aihai commented on pull request #7210: URL: https://github.com/apache/incubator-doris/pull/7210#issuecomment-981234224
Thank you for reply. 2. Sink: Yes, only support one import format for Rowdata. ``DorisDynamicOutputFormat.addBatch`` and ``DorisDynamicOutputFormat.flush`` may be simpler. 3. Batch delete: `merge_type: DELETE` is a good method for delete. If there are two records in a batch : one is delete and the other is append, `merge_type: MERGE` can solve , maybe is there a better method? -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org