vinothchandar commented on a change in pull request #1091: [HUDI-389] Fixing
Index look up to return right partitions for a given key along with fileId with
Global Bloom
URL: https://github.com/apache/incubator-hudi/pull/1091#discussion_r360731187
##########
File path:
hudi-client/src/main/java/org/apache/hudi/index/bloom/IndexFileFilter.java
##########
@@ -27,12 +29,13 @@
public interface IndexFileFilter extends Serializable {
/**
- * Fetches all matching files for a given record key and partition.
+ * Fetches all matching files and partition pair for a given record key and
partition.
Review comment:
partition -> `partition path`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services