Wail Y. Alkowaileet created ASTERIXDB-3300:
----------------------------------------------
Summary: 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
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)