leesf commented on code in PR #7598:
URL: https://github.com/apache/hudi/pull/7598#discussion_r1063019021


##########
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:
   also need to handle `hoodie.index.bucket.engine` ?



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

Reply via email to