nastra commented on issue #9023: URL: https://github.com/apache/iceberg/issues/9023#issuecomment-1805325131
@DeelFeel it appears you're using `iceberg-spark-runtime-3.2_2.12` which is Spark **3.2** while you're also using Spark **3.3.0** via `org.apache.spark spark-core_2.12 3.3.0`, resulting in a Spark version mismatch. That would explain why you're seeing `java.lang.NoSuchMethodError: 'scala.Option`. Try and switch `iceberg-spark-runtime-3.2_2.12` to `iceberg-spark-runtime-3.3_2.12`. See also https://iceberg.apache.org/multi-engine-support/#apache-spark -- 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