Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Reproduce:
- According to user email: https://lists.apache.org/thread/9j5z8hv4vjkd54dkzqy1ryyvm0l5rxhc
Analysis:
- `org.apache.flink.formats.csv.CsvBulkWriter#addElement` will flush per record.
Solution:
- I think maybe we can disable `FLUSH_AFTER_WRITE_VALUE` to avoid flush when a record added.
Attachments
Attachments
Issue Links
- links to