codope commented on issue #1756:
URL: https://github.com/apache/iceberg/issues/1756#issuecomment-894158512


   @RussellSpitzer @chaiyuan2046 I am facing this issue as well with EMR spark 
(EMR 6.2, Spark 3.0.1). Create succeeds but the insert fails with the same 
exception. Could you please point the right set of confis? My configuration is 
as below.
   ```
   spark-sql --packages org.apache.iceberg:iceberg-spark3-runtime:0.11.1\
       --conf 
spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
 \
       --conf spark.sql.catalog.local=org.apache.iceberg.spark.SparkCatalog \
       --conf spark.sql.catalog.local.type=hadoop \
       --conf spark.sql.catalog.local.warehouse=$PWD/warehouse
   ```


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

Reply via email to