presto
presto copied to clipboard
Support more Iceberg Metadata columns
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
Iceberg spec reserved fields
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