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

2023-08-16 Thread Vinoth Chandar (Jira)


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

Vinoth Chandar reassigned HUDI-3035:


Assignee: Ethan Guo  (was: Alexey Kudinkin)

> 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: Ethan Guo
>Priority: Major
> Fix For: 1.0.0, 0.15.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.10#820010)


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

2021-12-15 Thread Alexey Kudinkin (Jira)


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

Alexey Kudinkin reassigned HUDI-3035:
-

Assignee: Alexey Kudinkin

> Unify Parquet writers
> -
>
> Key: HUDI-3035
> URL: https://issues.apache.org/jira/browse/HUDI-3035
> Project: Apache Hudi
>  Issue Type: Bug
>Reporter: Alexey Kudinkin
>Assignee: Alexey Kudinkin
>Priority: Major
>
> 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)