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/07/20 03:17:00 UTC

[jira] [Closed] (FLINK-27655) Implement Avro File statistic collector

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

Jingsong Lee closed FLINK-27655.
--------------------------------
    Resolution: Invalid

> Implement Avro File statistic collector
> ---------------------------------------
>
>                 Key: FLINK-27655
>                 URL: https://issues.apache.org/jira/browse/FLINK-27655
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Zheng Hu
>            Priority: Minor
>             Fix For: table-store-0.2.0
>
>
> Currently, the flink table store's avro file writer don't provide its File statistic collector. So we have to use the generic FieldStatsCollector. 
> In fact, the correct direction is:  Making all format writer has their own FileStatsCollector, so that we can just parse the columnar statistic from the file tailer, instead of comparing each column max-min when writing the records into the columnar file. 
> In this way,  I think we can just remove the FileFormatImpl class and FieldStatsCollector class.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)