[
https://issues.apache.org/jira/browse/ASTERIXDB-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wail Y. Alkowaileet resolved ASTERIXDB-3300.
--------------------------------------------
Resolution: Fixed
> Columnar range filter fails when handling boolean values
> --------------------------------------------------------
>
> Key: ASTERIXDB-3300
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3300
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: COMP - Compiler, RT - Runtime
> Affects Versions: 0.9.9
> Reporter: Wail Y. Alkowaileet
> Assignee: Wail Y. Alkowaileet
> Priority: Major
> Fix For: 0.9.9
>
>
> {noformat}
> SELECT VALUE d.id
> FROM ColumnDataset d
> WHERE d.myBoolean
> ORDER BY d.id; {noformat}
> This fails with NullPointerException.
> Columnar range filter should bail when encountering an unsupported type.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)