[
https://issues.apache.org/jira/browse/HUDI-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davis Zhang updated HUDI-9549:
------------------------------
Description:
for secondary index, need to support is null/not null predicate
select * from mytable where secCol is null;
today this does not trigger index look up
was:for secondary index, need to support is null/not null predicate
> Point lookup index should support is null/is not null
> -----------------------------------------------------
>
> Key: HUDI-9549
> URL: https://issues.apache.org/jira/browse/HUDI-9549
> Project: Apache Hudi
> Issue Type: Bug
> Components: index
> Affects Versions: 1.2.0
> Reporter: Davis Zhang
> Priority: Major
>
> for secondary index, need to support is null/not null predicate
>
> select * from mytable where secCol is null;
>
> today this does not trigger index look up
--
This message was sent by Atlassian Jira
(v8.20.10#820010)