-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Support type coercion for structural types in Iceberg and Delta Lake #21721
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
Support type coercion for structural types in Iceberg and Delta Lake #21721
Conversation
SemionPar
left a comment
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.
LGTM!
|
To avoid conflicts, basing char coercion in Delta (ebyhr#1) on this branch |
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.
Can we add test for nested structural types ?
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.
Is it possible to add them for delta lake ?
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.
The current helper class of TestDeltaLakeConnectorTest can't those types nicely. Let me handle in follow-up with TestSetup refactoring.
fb7dd29 to
e47c5c7
Compare
e47c5c7 to
32f4865
Compare
32f4865 to
6aa2efc
Compare
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/BaseIcebergConnectorTest.java
Outdated
Show resolved
Hide resolved
6aa2efc to
89610e0
Compare
Description
Fixes #21511
Supersedes #21055 with connector side approach
Release notes
(x) Release notes are required, with the following suggested text: