You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Brandon Scheller (Jira)" <ji...@apache.org> on 2023/01/26 22:41:00 UTC

[jira] [Created] (HUDI-5624) Fix HoodieAvroRecordMerger to use new precombine API

Brandon Scheller created HUDI-5624:
--------------------------------------

             Summary: Fix HoodieAvroRecordMerger to use new precombine API
                 Key: HUDI-5624
                 URL: https://issues.apache.org/jira/browse/HUDI-5624
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: Brandon Scheller


HoodieAvroRecordMerger which exists to provide backwards compatibility for "precombine" and "combineAndGetUpdateValue" does not use the updated precombine API and currently uses the deprecated one. This causes issues for certain payloads. 

https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieAvroRecordMerger.java#L75



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