leesf commented on code in PR #7598:
URL: https://github.com/apache/hudi/pull/7598#discussion_r1063017027
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -704,6 +734,22 @@ public Option<HoodieFileFormat>
getPartitionMetafileFormat() {
return Option.empty();
}
+ public Boolean getAllowOperationMetadataField() {
+ return getBoolean(ALLOW_OPERATION_METADATA_FIELD);
+ }
+
+ public String getIndexType() {
+ return getString(INDEX_TYPE);
+ }
+
+ public String getIndexKeys() {
Review Comment:
would be renamed to getIndexHashField?
--
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]