nsivabalan commented on code in PR #12326:
URL: https://github.com/apache/hudi/pull/12326#discussion_r1855488843


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -1933,6 +1933,13 @@ public static Schema 
getProjectedSchemaForFunctionalIndex(HoodieIndexDefinition
     return addMetadataFields(getSchemaForFields(tableSchema, mergedFields));
   }
 
+  public static boolean isSecondaryIndexSupportedForSchema(List<String> 
sourceFields, Schema tableSchema) {

Review Comment:
   dataTypeValidationForSecondaryIndex might be a better naming. 



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