[ 
https://issues.apache.org/jira/browse/HUDI-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vinoth Chandar closed HUDI-817.
-------------------------------
    Resolution: Fixed

> Wrong index filter condition check in HoodieGlobalBloomIndex
> ------------------------------------------------------------
>
>                 Key: HUDI-817
>                 URL: https://issues.apache.org/jira/browse/HUDI-817
>             Project: Apache Hudi (incubating)
>          Issue Type: Bug
>          Components: Index
>            Reporter: sivabalan narayanan
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.6.0
>
>
> In HoodieGlobalBloomIndex, wrong condition is checked.
>  
> {code:java}
> IndexFileFilter indexFileFilter =        config.getBloomIndexPruneByRanges() 
> ? new IntervalTreeBasedGlobalIndexFileFilter(partitionToFileIndexInfo)        
>     : new ListBasedGlobalIndexFileFilter(partitionToFileIndexInfo);
> {code}
>  Instead of config.getBloomIndexPruneByRanges(), it should be 
> config.useBloomIndexTreebasedFilter().



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to