You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "wangxianghu (Jira)" <ji...@apache.org> on 2020/06/21 08:28:00 UTC

[jira] [Commented] (HUDI-1035) Replace static inner KeyLookupResult class with independent KeyLookupResult class

    [ https://issues.apache.org/jira/browse/HUDI-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17141351#comment-17141351 ] 

wangxianghu commented on HUDI-1035:
-----------------------------------

[~vinoth], what do you think?

> Replace static inner KeyLookupResult class with independent KeyLookupResult class
> ---------------------------------------------------------------------------------
>
>                 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
>
> when refactoring hudi-client module, I found there are two KeyLookupResult classes, which was 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)