You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/12 10:02:58 UTC

[GitHub] [iceberg] felixYyu commented on issue #4424: Spark: query table's snapshot with snapshotid, Cannot find constructor for interface Catalog

felixYyu commented on issue #4424:
URL: https://github.com/apache/iceberg/issues/4424#issuecomment-1124803124

   hadoop catalog load with snapshot-id must use the format `prod.db.sample`, I'll close this issue.
   
   ```
   val resultDF = spark.read.format("iceberg").option("snapshot-id", 6918368735882469773L)
         .load("hadoop_prod.wmsb.wms_do")
       resultDF.show(false)
   ```


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org