amitgilad3 commented on issue #1053:
URL: 
https://github.com/apache/iceberg-python/issues/1053#issuecomment-2648823260

   @soumya-ghosh - when i run 
   ```
       spark.sql(f"SELECT count(1) FROM {identifier}.all_entries for version as 
of {snapshot_id}").show()
   ```
   i get the following error - 
   ``` 
   pyspark.errors.exceptions.captured.UnsupportedOperationException: Cannot 
select snapshot in table: ALL_ENTRIES
   ```
   so i guess we should not support it 


-- 
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]

Reply via email to