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