lintingbin commented on issue #14557: URL: https://github.com/apache/iceberg/issues/14557#issuecomment-3516592299
> [@lintingbin](https://github.com/lintingbin) both operations should work when using OSS Spark with the [iceberg-spark-runtime](https://iceberg.apache.org/releases/#downloads) on the classpath. I don't know if Kyuubi does anything special there. Can you please share your Spark catalog configuration, the exact Iceberg version and the create statement that you're running? ``` spark.sql.catalog.spark_catalog org.apache.iceberg.spark.SparkSessionCatalog spark.sql.catalog.spark_catalog.type hive spark.sql.catalog.spark_catalog.uri thrift://xxxx:9083 ``` This is our Spark configuration, using the iceberg-spark-runtime-3.4_2.12-1.10.0.jar package, which was downloaded from https://iceberg.apache.org/releases/#downloads. -- 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]
