vinothchandar commented on a change in pull request #1538:
URL: https://github.com/apache/incubator-hudi/pull/1538#discussion_r424807539



##########
File path: hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroUtils.java
##########
@@ -60,7 +61,7 @@
   private static ThreadLocal<BinaryDecoder> reuseDecoder = 
ThreadLocal.withInitial(() -> null);
 
   // All metadata fields are optional strings.
-  private static final Schema METADATA_FIELD_SCHEMA =
+  protected static final Schema METADATA_FIELD_SCHEMA =

Review comment:
       just removing `private` should make this easy for testing... i.e package 
private as opposed to protected? 




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to