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

Calcite. Fix composite objects comparator

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • sql

    Description

      As a result, insert with further read operations will fail.
      For example:

          CREATE TABLE IF NOT EXISTS test (id INTEGER, a INTEGER);
          INSERT INTO test VALUES (1, 1), (2, 2), (3, 3), (4, NULL);"
          UPDATE test SET a=CASE WHEN id=1 THEN 7 ELSE NULL END WHERE id <= 2";
      

      Attachments

        Issue Links

          Activity

            People

              zstan Evgeny Stanilovsky
              zstan Evgeny Stanilovsky
              Votes:
              0 Vote for this issue
              Watchers:
              3 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 - 40m
                  40m