CheneyYin commented on issue #4879: URL: https://github.com/apache/seatunnel/issues/4879#issuecomment-1578147051
> > > I also ran into this problem, my spark version is 3.1.3, after upgrading to 3.3.2, the problem was solved, I looked at spark-sql_2.12-3.1.3.jar and spark-sql_2.12-3.3.2 .jar, version 3.1.3 did not have org.apache.spark.sql.connector.write.Write > > > > Since spark 3.2.0, `buildForBatch` and `buildForStreaming` have been deprecated in `org.apache.spark.sql.connector.write.WriteBuilder`. So you should keep spark version >= `3.2.0`. > > Does seatunnel consider compatibility with spark 3.1.2 PTAL @TyrantLucifer -- 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]
