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

Wail Y. Alkowaileet resolved ASTERIXDB-3276.
--------------------------------------------
    Resolution: Fixed

> Columnar filter can stuck in infinite loop when accessing non-existing columns
> ------------------------------------------------------------------------------
>
>                 Key: ASTERIXDB-3276
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3276
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: RT - Runtime
>    Affects Versions: 0.9.9
>            Reporter: Wail Y. Alkowaileet
>            Assignee: Wail Y. Alkowaileet
>            Priority: Major
>              Labels: triaged
>             Fix For: 0.9.9
>
>
> {noformat}USE CopyToDataverse;
> SELECT VALUE cd.sensor_info
> FROM ColumnDataset cd
> WHERE cd.noSuchValue LIKE "%someText"
> {noformat}
> This query get stuck in infinite loop as the MISSING value reader never 
> advances to the next value – making the number of tuple = infinity.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to