soumya-ghosh commented on issue #1053:
URL:
https://github.com/apache/iceberg-python/issues/1053#issuecomment-2645961048
For point 1 - will raise a different PR updating docs for these metadata
tables.
For point 2, 3, 4 -
Is time travel through snapshot_id or timestamp supported for `all_*`
metadata tables?
I tried and got below error in Spark
Query - `spark.sql(f"SELECT count(1) FROM {identifier}.all_files for version
as of {snapshot_id}").show()`
Error - `pyspark.errors.exceptions.captured.UnsupportedOperationException:
Cannot select snapshot in table: ALL_FILES`
As per current [iceberg
code](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/BaseAllMetadataTableScan.java#L47-L60),
such operations are not supported on `all_*` metadata 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]