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

   @namrathamyske you can force reading with the snapshot id on a branch by 
using the time travel statement.
   
   ```
   select * from default.t.branch_b1 for timestamp as of now();
   ```
   
   This is use the current snapshot and is equivalent to reading from the head 
of the branch with the snapshot schema.  However, the branches write schema 
will track with the table schema.


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