JNSimba opened a new pull request, #371: URL: https://github.com/apache/doris-spark-connector/pull/371
# Proposed changes Issue Number: N/A ## Problem Summary: Add batch sink support through S3 table-valued functions for Spark 2, Spark 3, and Spark 4. Each Spark task uploads one or more JSON files and submits one synchronous INSERT for the task batch. The change also adds S3 TVF integration and end-to-end coverage and updates the Doris test image and prerequisites. ## Checklist(Required) 1. Does it affect the original behavior: No 2. Has unit tests been added: Yes 3. Has document been added or modified: No Need 4. Does it need to update dependencies: Yes 5. Are there any changes that cannot be rolled back: No ## Further comments Verified compilation and unit tests across Spark 2.4, Spark 3.x, and Spark 4.1. Integration and end-to-end test sources compile for Spark 2, Spark 3.5, and Spark 4.1. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
