suisenkotoba commented on issue #6998: URL: https://github.com/apache/iceberg/issues/6998#issuecomment-2890137112
Hi @adithya1213 I solved this by changing the jar file with the appropriate version. in my case, I used spark 3.3 with scala 2.12 but I formerly I used iceberg for spark 3.3 and scala 2.13. after I changed the jar file to the correct version I can execute both update and merge. but if you use dataproc with image version 2.2 (spark 3.5), you might still encounter the error even after you adjust the jar file and ensure config `spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions ` presents. I haven't been able to solve the issue yet. -- 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: issues-unsubscr...@iceberg.apache.org 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