CheneyYin commented on issue #4879:
URL: https://github.com/apache/seatunnel/issues/4879#issuecomment-1577826079

   > 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`.


-- 
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]

Reply via email to