-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
Implement trino support for query changelog of iceberg tables. like SparkChangelogTable with Iceberg Changelog Schema.
To get all the inserts/deletes for a table:
SELECT * FROM db."tableName$changes"
ORDER BY _change_ordinal ASC
If we could agree on the syntax to specify start/end snapshot id for range query #17079 , then we could query changes for a range like this:
SELECT * FROM db."tableName$changes" FOR VERSION FROM startSnapshotId TO endSnapshotId
ronkorving
Metadata
Metadata
Assignees
Labels
No labels