leesf commented on code in PR #7598:
URL: https://github.com/apache/hudi/pull/7598#discussion_r1063016591
##########
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:
the config is new introduced or from 0.9.0?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]