codope commented on code in PR #11146:
URL: https://github.com/apache/hudi/pull/11146#discussion_r1618690737
##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieIndexDefinition.java:
##########
@@ -45,14 +48,14 @@ public class HoodieFunctionalIndexDefinition implements
Serializable {
// Any other configuration or properties specific to the index
private Map<String, String> indexOptions;
- public HoodieFunctionalIndexDefinition() {
+ public HoodieIndexDefinition() {
}
- public HoodieFunctionalIndexDefinition(String indexName, String indexType,
String indexFunction, List<String> sourceFields,
- Map<String, String> indexOptions) {
+ public HoodieIndexDefinition(String indexName, String indexType, String
indexFunction, List<String> sourceFields,
Review Comment:
functional index is there.. `HoodieIndexDefinition` will contain the index
definitions for both functional and secondary index.
--
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]