Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-18055

Sql. Support index scans with NULL conditions.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • sql
    • Docs Required, Release Notes Required

    Description

      Query SELECT * FROM T1 WHERE val IS NULL look fine, but next cases has to be fixed.

      • SELECT * FROM T1 WHERE val IS NOT NULL - returns nothing.
      • SELECT * FROM T1 WHERE (val <= 5) or (val IS NULL) - returns duplicate rows.

      Startpoint is ItSecondaryIndexTest.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              amashenkov Andrey Mashenkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: