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)