You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "rongchuan.jin (Jira)" <ji...@apache.org> on 2020/02/01 05:52:00 UTC

[jira] [Created] (KYLIN-4365) RDBMS pushdown failed with with clause

rongchuan.jin created KYLIN-4365:
------------------------------------

             Summary: RDBMS pushdown failed with with clause
                 Key: KYLIN-4365
                 URL: https://issues.apache.org/jira/browse/KYLIN-4365
             Project: Kylin
          Issue Type: Bug
          Components: Query Engine, RDBMS Source
    Affects Versions: all
            Reporter: rongchuan.jin
            Assignee: rongchuan.jin
             Fix For: v3.1.0


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'.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)