Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-4365

RDBMS pushdown failed with with clause

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • v3.1.0
    • Query Engine, RDBMS Source
    • None

    Description

      When use pushdown for RDBMS, I query with following sql:

      `with tmp as (select id from a),tmp2 as (select * from b) select * from tmp,tmp2 where tmp.id = tmp2.id` it will cause exception like 'table tmp not exists'.

      Attachments

        Issue Links

          Activity

            People

              rongchuan.jin rongchuan.jin
              rongchuan.jin rongchuan.jin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: