linliu-code commented on code in PR #9593:
URL: https://github.com/apache/hudi/pull/9593#discussion_r1326455342


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java:
##########
@@ -338,6 +355,7 @@ private boolean writeRecord(HoodieRecord<T> newRecord, 
Option<HoodieRecord> comb
   public void write(HoodieRecord<T> oldRecord) {
     Schema oldSchema = config.populateMetaFields() ? writeSchemaWithMetaFields 
: writeSchema;
     Schema newSchema = useWriterSchemaForCompaction ? 
writeSchemaWithMetaFields : writeSchema;
+

Review Comment:
   Yeah, I will start another PR for these changes.



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