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

Calcite engine. Merge join incorrectly works with null values

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      Reproducer:

      executeSql("CREATE TABLE t(i INT)");
      executeSql("CREATE INDEX t_i ON t(i)");
      executeSql("INSERT INTO t VALUES (0), (null)");
      assertQuery("SELECT t1.i FROM t t1 JOIN t t2 ON t1.i = t2.i").returns(0).check();
      

      Attachments

        Issue Links

          Activity

            People

              alex_pl Aleksey Plekhanov
              alex_pl Aleksey Plekhanov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 10m
                  1h 10m