Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-3214

Add UnionToUnionRule for materialization matching

    XMLWordPrintableJSON

Details

    Description

      Below materialization matching fails now

        @Test public void testDEV() {
          String sql0 = "select * from \"emps\" where \"empid\" < 300";
          String sql1 = "select * from \"emps\" where \"empid\" > 200";
          checkMaterialize(sql0 + " union all " + sql1, sql1 + " union all " + sql0);
        }
      

      This issue proposes to add a rule for union matching

      Attachments

        Issue Links

          Activity

            People

              jinxing6042@126.com Jin Xing
              jinxing6042@126.com Jin Xing
              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 - 3h 10m
                  3h 10m