You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Zheng Hu (Jira)" <ji...@apache.org> on 2022/05/09 03:45:00 UTC

[jira] [Created] (FLINK-27546) Add append only writer which implements the RecordWriter interface.

Zheng Hu created FLINK-27546:
--------------------------------

             Summary: Add append only writer which implements the RecordWriter interface.
                 Key: FLINK-27546
                 URL: https://issues.apache.org/jira/browse/FLINK-27546
             Project: Flink
          Issue Type: Sub-task
            Reporter: Zheng Hu


We already has a DataFileWriter in our current flink table store, but this DataFileWriter was designed to flush the records which were sorted by their keys.

For the append-only table, the records to write will not have any keys or sort orders. So let's introduce an append-only writer to ingest the append-only records.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)