lpy148145 opened a new issue, #9550:
URL: https://github.com/apache/iceberg/issues/9550

   ### Apache Iceberg version
   
   1.2.1
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug 🐞
   
   selects a specific table snapshot no effect
       val frame: DataFrame = spark
         .read
         .option("snapshots-id",406723970473870886L)
         .format("iceberg")
         .load(s"$catalogName.test.Student5")
   
   


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