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/11 08:43:00 UTC

[jira] [Closed] (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 closed FLINK-27546.
--------------------------------
    Resolution: Fixed

master: 925e8cea9f207d1a6f78ab3b0122d1c2d5bd7023

> 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
>              Labels: pull-request-available
>             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)