hudi-bot opened a new issue, #14958:
URL: https://github.com/apache/hudi/issues/14958

   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.
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-3035
   - Type: Improvement
   - Epic: https://issues.apache.org/jira/browse/HUDI-6243
   - Fix version(s):
     - 1.1.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to