deepakpanda93 commented on issue #14722: URL: https://github.com/apache/hudi/issues/14722#issuecomment-5290148152
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: the hash/bucket-based index requested here was implemented and shipped. `BUCKET` is a supported value of `hoodie.index.type`, backed by `HoodieBucketIndex` / `HoodieSimpleBucketIndex` (and later `HoodieConsistentBucketIndex` for consistent hashing). `HoodieBucketIndex.java` is present from the `release-0.11.0` tag onward. Available in **0.11.0** and later. If you're still hitting this on a recent version, please reopen with repro steps. Closing as fixed. -- 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]
