Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-3276

Columnar filter can stuck in infinite loop when accessing non-existing columns

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.9
    • 0.9.9
    • RT - Runtime

    Description

      USE CopyToDataverse;
      
      SELECT VALUE cd.sensor_info
      FROM ColumnDataset cd
      WHERE cd.noSuchValue LIKE "%someText"
      

      This query get stuck in infinite loop as the MISSING value reader never advances to the next value – making the number of tuple = infinity.

      Attachments

        Activity

          People

            wyk Wail Y. Alkowaileet
            wyk Wail Y. Alkowaileet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: