kbendick commented on issue #4804: URL: https://github.com/apache/iceberg/issues/4804#issuecomment-1136459562
I don't know if this has anything to do with it, but I noticed the jars you're using are both `iceberg-spark3-runtime` as well as `iceberg-spark3-extensions`. First: You don't need the `extensions` jar. Only the `runtime` jar. Second: `iceberg-spark3-runtime` is only for Spark 3.0.x. For Spark 3.1 or 3.2, you should be using `iceberg-spark-runtime-3.1_2.12:0.13.1` or `iceberg-spark-runtime-3.2_2.12` (assuming your scala versions is 2.12). If you are using Spark 3.0.x, then that's the correct runtime jar. -- 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]
