Davis-Zhang-Onehouse commented on code in PR #13622:
URL: https://github.com/apache/hudi/pull/13622#discussion_r2234173285


##########
hudi-common/src/main/java/org/apache/hudi/metadata/BaseTableMetadata.java:
##########
@@ -447,7 +447,7 @@ public abstract HoodiePairData<String, 
HoodieRecord<HoodieMetadataPayload>> getR
    * @param partitionName The partition name where the secondary index records 
are stored
    * @return A collection of pairs where each key is a secondary key and the 
value is a set of record keys that are indexed by that secondary key
    */
-  public abstract HoodiePairData<String, Set<String>> 
getSecondaryIndexRecords(HoodieData<String> keys, String partitionName);
+  public abstract HoodiePairData<String, String> 
getSecondaryIndexRecords(HoodieData<String> keys, String partitionName);

Review Comment:
   done



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