-
Notifications
You must be signed in to change notification settings - Fork 291
feat: Add unknown type #1681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add unknown type #1681
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kaushiksrini This looks great!
To fully close #1553 it would be also good to add a roundtrip in Arrow. Where create a table with an unknown type, and read from it.
Co-authored-by: Fokko Driesprong <[email protected]>
thanks @Fokko! Made the changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @kaushiksrini 🙌
@kaushiksrini can you run |
@Fokko, thanks - linted :) |
Support for new type
Unknown
, part of Iceberg V3 spec. Closes of #1553.