bhasudha commented on issue #1775:
URL: https://github.com/apache/hudi/issues/1775#issuecomment-652185886


   The code you are referring to seems to be from master - 
https://github.com/apache/hudi/blob/2be924fd3a04e2106f1ad3f9ce91890ea58c8a88/hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroUtils.java#L143
 Where NULL_VALUE comes fromJsonProperties. Whereas 0.5.2 uses 
https://github.com/apache/hudi/blob/41202da7788193da77f1ae4b784127bb93eaae2c/hudi-common/src/main/java/org/apache/hudi/common/util/HoodieAvroUtils.java#L143
 that's pointing to initRecordKeySchema() and references to 
NullNode.getInstance. 
   
   @prashanthpdesai  are you using Hudi master or 0.5.2 ? 


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