[
https://issues.apache.org/jira/browse/ASTERIXDB-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17782805#comment-17782805
]
ASF subversion and git services commented on ASTERIXDB-3300:
------------------------------------------------------------
Commit 9e4252781a8d4f9db5fb5c851167136fd1a9efb9 in asterixdb's branch
refs/heads/master from Wail Alkowaileet
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=9e4252781a ]
[ASTERIXDB-3300][RT][COMP] Support boolean in range columnar filters
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
Add support to ramge filter using boolean values.
Change-Id: Ib9e68cc2ec2d868c85192c9dc0ed3d6799c54343
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17924
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Wail Alkowaileet <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
> 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)