lokeshj1703 commented on code in PR #12290:
URL: https://github.com/apache/hudi/pull/12290#discussion_r1852122843
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/utils/SparkMetadataWriterUtils.java:
##########
@@ -150,21 +151,22 @@ public static HoodieData<HoodieRecord>
getFunctionalIndexRecordsUsingColumnStats
}
public static HoodieData<HoodieRecord>
getFunctionalIndexRecordsUsingBloomFilter(Dataset<Row> dataset, String
columnToIndex,
-
HoodieWriteConfig metadataWriteConfig, String instantTime) {
+
HoodieWriteConfig metadataWriteConfig, String instantTime, String
indexName) {
Review Comment:
Addressed
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -226,6 +232,22 @@ public void buildIndexDefinition(String indexMetaPath,
}
}
+ /**
+ * Deletes index definition and writes to index definition file.
+ *
+ * @param indexName Name of the index
+ */
+ public void deleteIndexDefinition(String indexName) {
Review Comment:
Addressed
--
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]