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

Sql. Expected errors on joins are not rised after bump calcite version to 1.34

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0-beta1
    • None
    • sql

    Description

      After version was bumped [1], some expected errors are not rised:

      /join/inner/test_using_join.test_ignore

      statement error
      SELECT * FROM t1 JOIN t2 USING(a) JOIN t2 t2b USING (b);
      
      # this is the same, but now with a duplicate potential binding on the RHS
      statement error
      select * from (values (1)) tbl(i) join ((values (1)) tbl2(i) join  (values (1)) tbl3(i) on tbl2.i=tbl3.i) using (i)
      

      In caclite 1.32 it works properly well. Probably it was broken by [2]

      [1] https://issues.apache.org/jira/browse/IGNITE-18752
      [2] https://issues.apache.org/jira/browse/CALCITE-5253

      Attachments

        Activity

          People

            Unassigned Unassigned
            zstan Evgeny Stanilovsky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: