presto icon indicating copy to clipboard operation
presto copied to clipboard

Support more Iceberg Metadata columns

Open yingsu00 opened this issue 8 months ago • 2 comments

https://prestodb.io/docs/current/connector/iceberg.html#extra-hidden-metadata-columns So far Presto only supports querying the $path and $data_sequence_number metadata columns. We will need to add more columns. For more see https://iceberg.apache.org/javadoc/1.8.1/org/apache/iceberg/MetadataColumns.html. The first several we should support

Context

These columns are important for debugging

yingsu00 avatar Mar 16 '25 02:03 yingsu00

Iceberg spec reserved fields

PingLiuPing avatar Mar 17 '25 21:03 PingLiuPing

Presto doesn't generate equality delete files, so is there an example equality delete parquet file or a method to generate an equality delete to test that the metadata implementation works on equality deletes? @yingsu00

Edit: Solved

xieandrew avatar Jun 10 '25 21:06 xieandrew