hellochueng opened a new issue, #7329:
URL: https://github.com/apache/iceberg/issues/7329
### Query engine
spark-shell
### Question
spark ddl
CREATE TABLE hive_prod.temp.iceberg_hive_test1(id bigint,name string, data
string)USING iceberg;
spark-shell
spark.read.format("iceberg").option("start-snapshot-id", "10963874102873")
.option("end-snapshot-id",
"63874143573109").load("**/temp/iceberg_hive_test1").createTempView("t1")
throw Exception
java.io.FileNotFoundException: File does not exist:
***/temp/iceberg_hive_test1/metadata/version-hint.text
--
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]