fengjian428 commented on code in PR #4676:
URL: https://github.com/apache/hudi/pull/4676#discussion_r970242529


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/BaseActionExecutor.java:
##########
@@ -36,7 +36,7 @@
   protected final transient HoodieEngineContext context;
   protected final transient Configuration hadoopConf;
 
-  protected final HoodieWriteConfig config;
+  public final HoodieWriteConfig config;

Review Comment:
   should I use accessors even when the field is accessible?  its visibility 
was protected before



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to