-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Read iceberg v2 table which has equality deletes with nested fields failed #18625
Comments
See: #17115 (comment) |
Please share the exact steps to reproduce. |
@Heltman can you pls add a test PR to showcase this limitation? BTW, it may be related to trino/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergPageSourceProvider.java Lines 253 to 255 in cd56ce6
|
Can we use sql to write a delete file to iceberg v2 table? Or I just add a unit test for this problem? @findinpath |
unit test will be just fine - similar to #17115 (comment) so that we can showcase that the current Trino code has an issue. |
@Heltman is this still relevant? |
This issue still remains. |
Iceberg v2 table with equality deletes should support nested fields as delete column, but when read, it will throw error like below:
For example:
The text was updated successfully, but these errors were encountered: