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 2020/10/30 02:05:00 UTC

[jira] [Closed] (FLINK-19357) Introduce createBucketWriter to BucketsBuilder

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

Jingsong Lee closed FLINK-19357.
--------------------------------
    Resolution: Fixed

master (1.12): 8258497856553e6e1c867e4c585c6de6f9a9b14b

> Introduce createBucketWriter to BucketsBuilder
> ----------------------------------------------
>
>                 Key: FLINK-19357
>                 URL: https://issues.apache.org/jira/browse/FLINK-19357
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Task
>            Reporter: Jingsong Lee
>            Assignee: Jingsong Lee
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> {code:java}
> @Internal
> public abstract static class BucketsBuilder {
>    ...
>    
>    @Internal
>    public abstract BucketWriter<IN, BucketID> createBucketWriter() throws IOException;
> }
> {code}
> FLINK-19345 depends on {{BucketWriter}} to write compacted file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)