nastra commented on issue #9737:
URL: https://github.com/apache/iceberg/issues/9737#issuecomment-2027964878

   > Looks like we are disabling the workaround from #10059. 
   
   The reason for #10059 is because we don't support time travel on branches 
themselves, because there's no history tracking on branches available.
   
   The workaround that you can use is documented in 
https://github.com/apache/iceberg/pull/10055, where you can fetch the latest 
snapshot id of the given branch and then use that snapshot id in the `VERSION 
AS OF` stmt: `SELECT * FROM db.table VERSION AS OF 8109744798576441359`
   


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

Reply via email to