openinx commented on issue #1504:
URL: https://github.com/apache/iceberg/issues/1504#issuecomment-698290204
I checked the case under my host , seems I did not encounter the problem you
described:
```bash
$ bin/spark-shell \
--packages org.apache.iceberg:iceberg-spark-runtime:0.9.1 \
--conf spark.sql.warehouse.dir=/Users/openinx/test/hive-warehouse \
--conf spark.hadoop.hive.metastore.uris=thrift://localhost:9083
scala> spark.read.format("iceberg").load("iceberg_db.sample").show()
+---+----+
| id|data|
+---+----+
| 1| a|
+---+----+
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]