[
https://issues.apache.org/jira/browse/KYLIN-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028323#comment-17028323
]
ASF subversion and git services commented on KYLIN-4365:
--------------------------------------------------------
Commit d018b046a29bce12a1ddf3806e65d2e5b22f48bc in kylin's branch
refs/heads/master from Chunen Ni
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=d018b04 ]
KYLIN-4365 Fix sql starts with "with" cannot be queried on web
> 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
> Priority: Major
> 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)