danny0405 commented on code in PR #13476:
URL: https://github.com/apache/hudi/pull/13476#discussion_r2167928080


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/index/HoodieSparkIndexClient.java:
##########
@@ -227,7 +239,8 @@ private TypedProperties getProps(HoodieTableMetaClient 
metaClient, Option<Hoodie
     }
   }
 
-  private static Option<String> 
doSchedule(SparkRDDWriteClient<HoodieRecordPayload> client, 
HoodieTableMetaClient metaClient, String indexName, MetadataPartitionType 
partitionType) {
+  private static Option<String> 
doSchedule(SparkRDDWriteClient<HoodieRecordPayload> client, 
HoodieTableMetaClient metaClient,
+                                           String indexName, 
MetadataPartitionType partitionType, HoodieIndexVersion version) {

Review Comment:
   The `version` isn't used anywhere?



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