KnightChess opened a new pull request #3317:
URL: https://github.com/apache/iceberg/pull/3317
support sql:CALL xxxx.system.ancestors_of('table', snapshot_id = 3723729) to
get all the snapshot ancestors
the param table is required, snapshot_id is optional.
format:
> CALL CATALOG_NAME.system.ancestors_of(TABLEIDENT, SNAPSHOTID)
eg:
- CALL my_cat.system.ancestors_of('db.table')
- CALL my_cat.system.ancestors_of('db.table', 3483493)
- CALL my_cat.system.ancestors_of(snapshot_id => 3483493, table =>
'db.table')
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]