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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org