nastra commented on issue #9848: URL: https://github.com/apache/iceberg/issues/9848#issuecomment-1973065090
@ismailsimsek this is typically a sign of mixed dependency versions on the classpath. I think the problem is that Debezium is using [Spark 3.3](https://github.com/memiiso/debezium-server-iceberg/blob/master/debezium-server-iceberg-sink/pom.xml#L53), which requires [Jackson 2.13.4](https://github.com/apache/spark/blob/branch-3.3/pom.xml#L175-L176) but Debezium uses [Jackson 2.14.2](https://github.com/memiiso/debezium-server-iceberg/blob/master/pom.xml#L33). If you want to use Jackson 2.14.2, then you'd need to upgrade Spark to 3.4. -- 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