n3nash commented on a change in pull request #2334:
URL: https://github.com/apache/hudi/pull/2334#discussion_r551485287



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/AbstractMergeHelper.java
##########
@@ -103,7 +103,8 @@ protected GenericRecord 
transformRecordBasedOnNewSchema(GenericDatumReader<Gener
     }
 
     return new MergingIterator<>(reader.getRecordIterator(readSchema), 
bootstrapReader.getRecordIterator(bootstrapReadSchema),
-        (inputRecordPair) -> 
HoodieAvroUtils.stitchRecords(inputRecordPair.getLeft(), 
inputRecordPair.getRight(), mergeHandle.getWriterSchemaWithMetafields()));

Review comment:
       Can you revert this change ? Doesn't look like you are changing anything 
here ?




----------------------------------------------------------------
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.

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


Reply via email to