[
https://issues.apache.org/jira/browse/HUDI-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wangxianghu resolved HUDI-1035.
-------------------------------
Fix Version/s: 0.6.0
Resolution: Fixed
> Remove unused class KeyLookupResult
> -----------------------------------
>
> Key: HUDI-1035
> URL: https://issues.apache.org/jira/browse/HUDI-1035
> Project: Apache Hudi
> Issue Type: Improvement
> Components: Code Cleanup
> Reporter: wangxianghu
> Assignee: wangxianghu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.6.0
>
>
> when refactoring hudi-client module, I found there are two KeyLookupResult
> classes, which are almost the same:
> No.1 - org.apache.hudi.index.bloom.KeyLookupResult *(not used anywhere)*
> No.2 - org.apache.hudi.io.HoodieKeyLookupHandle.KeyLookupResult *(using
> currently)*
> maybe we should delete the No.1, or replace No.2 with No.1
--
This message was sent by Atlassian Jira
(v8.3.4#803005)