JNSimba opened a new pull request, #688: URL: https://github.com/apache/doris-flink-connector/pull/688
# Proposed changes Issue Number: N/A ## Problem Summary: Add a TVF sink write mode that stages JSON files in S3-compatible object storage and loads them into Doris through `INSERT INTO ... SELECT * FROM S3(...)`. The implementation uses checkpoint-stable labels for idempotent commits and supports insert, update, delete, and fixed-column partial update semantics for Duplicate, Unique, and Aggregate tables. ## 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 with the targeted TVF sink tests on Flink 1.20 and Flink 2.2. The S3 TVF integration test is included but requires Doris and S3-compatible object storage to execute. -- 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]
