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

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

     [ https://issues.apache.org/jira/browse/FLINK-27546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jingsong Lee reassigned FLINK-27546:
------------------------------------

    Assignee: Zheng Hu

> 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
>            Assignee: Zheng Hu
>            Priority: Major
>             Fix For: table-store-0.2.0
>
>
> 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)