XuQianJin-Stars commented on code in PR #7598:
URL: https://github.com/apache/hudi/pull/7598#discussion_r1066905999


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -225,6 +225,36 @@ public class HoodieTableConfig extends HoodieConfig {
       .defaultValue(false)
       .withDocumentation("When set to true, will not write the partition 
columns into hudi. By default, false.");
 
+
+  public static final ConfigProperty<Boolean> ALLOW_OPERATION_METADATA_FIELD = 
ConfigProperty
+      .key("hoodie.allow.operation.metadata.field")

Review Comment:
   Is copy from `HoodieWriteConfig`.



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