qingzheguo-flash opened a new issue, #9799: URL: https://github.com/apache/seatunnel/issues/9799
Hi, When I submit seatunnel to my k8s cluster with spark 3.5 version image, I got this exception: `Exception in thread "main" java.lang.AbstractMethodError: Receiver class org.apache.seatunnel.translation.spark.sink.SeaTunnelBatchWrite does not define or inherit an implementation of the resolved method 'boolean useCommitCoordinator()' of interface org.apache.spark.sql.connector.write.BatchWrite.` I manually add useCommitCoordinator() function in SeaTunnelBatchWrite.java and use my modified spark starter jar, but this issue still exists. <img width="1468" height="1048" alt="Image" src="https://github.com/user-attachments/assets/e02194a7-8596-4862-9d10-0b3a9174f22c" /> Could you help find why this issue comes? Many Thanks! -- 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: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org