You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Raymond Xu (Jira)" <ji...@apache.org> on 2022/03/27 16:55:00 UTC

[jira] [Updated] (HUDI-3035) Unify Parquet writers

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

Raymond Xu updated HUDI-3035:
-----------------------------
    Priority: Blocker  (was: Major)

> Unify Parquet writers
> ---------------------
>
>                 Key: HUDI-3035
>                 URL: https://issues.apache.org/jira/browse/HUDI-3035
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: code-quality, writer-core
>            Reporter: Alexey Kudinkin
>            Assignee: Alexey Kudinkin
>            Priority: Blocker
>             Fix For: 0.12.0
>
>
> Currently we have at least 3 implementations of the ParquetWriters (which is 3x more than we actually need):
> [https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/storage/HoodieParquetWriter.java]
> [https://github.com/apache/hudi/blob/master/hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/io/storage/row/HoodieRowDataParquetWriter.java]
> [https://github.com/apache/hudi/blob/master/hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/io/storage/row/HoodieInternalRowParquetWriter.java]
>  
> Implementations (while identical in principle) have diverged, essentially living their own lifecycle.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)