yihua commented on code in PR #13711:
URL: https://github.com/apache/hudi/pull/13711#discussion_r2370969287


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -1570,28 +1624,32 @@ public static Map<String, Schema> 
getColumnsToIndex(HoodieCommitMetadata commitM
     }};
 
   @VisibleForTesting
-  public static Map<String, Schema> getColumnsToIndex(HoodieTableConfig 
tableConfig,
+  public static Map<String, Schema> getColumnsToIndex(
+                                               HoodieTableConfig tableConfig,
                                                HoodieMetadataConfig 
metadataConfig,
                                                Lazy<Option<Schema>> 
tableSchemaLazyOpt,
-                                               Option<HoodieRecordType> 
recordType) {
-    return getColumnsToIndex(tableConfig, metadataConfig, tableSchemaLazyOpt, 
false, recordType);
+                                               Option<HoodieRecordType> 
recordType,
+                                               HoodieIndexVersion 
indexVersion) {

Review Comment:
   nit: fix indentation



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