iceberg
iceberg copied to clipboard
Core: Add data sequence number as derived column to files metadata table
This PR add data_sequence_number as derived/virtual column on all files metadata table, enables query like
SELECT data_sequence_number FROM iceberg.db.table.files
without change the avro schema for files.
@szehon-ho @aokolnychyi if you want to take a look?
Let me take a quick look today as well.
closed in favor of #10203