n3nash commented on a change in pull request #1278: [HUDI-573] Refactoring 
getter to avoid double extrametadata in json representation of 
HoodieCommitMetadata
URL: https://github.com/apache/incubator-hudi/pull/1278#discussion_r371418845
 
 

 ##########
 File path: 
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieCommitMetadata.java
 ##########
 @@ -47,15 +47,15 @@
   protected Map<String, List<HoodieWriteStat>> partitionToWriteStats;
   protected Boolean compacted;
 
-  private Map<String, String> extraMetadataMap;
+  private Map<String, String> extraMetadata;
 
 Review comment:
   So the change I have done doesn't change AVRO generated pojo, so that should 
work just fine.

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


With regards,
Apache Git Services

Reply via email to