ajantha-bhat commented on code in PR #6573: URL: https://github.com/apache/iceberg/pull/6573#discussion_r1069032742
########## docs/spark-queries.md: ########## @@ -126,6 +126,8 @@ To select a specific table snapshot or the snapshot at some time in the DataFram * `snapshot-id` selects a specific table snapshot * `as-of-timestamp` selects the current snapshot at a timestamp, in milliseconds +* `branch` selects the head snapshot of the specified branch. Note that currently branch cannot be combined with as-of-timestamp. +* `tag` selects the snapshot associated with the specified tag Review Comment: or we can wait till https://github.com/apache/iceberg/pull/6575 gets merged. So that we don't have to mention it for both branch and tag. But we need to add an example in ##SQL also. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org