Open findinpath opened 1 year ago
@findinpath I add a test in spark on iceberg, got the same error. I believe this standard is not well followed. See my test:
https://github.com/apache/iceberg/compare/master...Heltman:iceberg:iceberg-eqdelete-drop-column
But in Iceberg spec:
If a delete column in an equality delete file is later dropped from the table, it must still be used when applying the equality deletes. If a column was added to a table and later used as a delete column in an equality delete file, the column value is read for older data files using normal projection rules (defaults to null). -- https://iceberg.apache.org/spec/#delete-formats
fails with stacktrace