Wail Y. Alkowaileet created ASTERIXDB-3276:
----------------------------------------------

             Summary: 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
             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