jiatao.tao created KYLIN-2758:
---------------------------------
Summary: Query pushdown should be able to skip database prefix
Key: KYLIN-2758
URL: https://issues.apache.org/jira/browse/KYLIN-2758
Project: Kylin
Issue Type: Bug
Components: Query Engine
Reporter: jiatao.tao
Assignee: jiatao.tao
Priority: Minor
Kylin allows query to skip table's database prefix when the database is the
default database.
Query pushdown should provides the same availability. It supposed to be
invisible to to user. But currently not because it push the raw query directly
to external sql executors.The external sql executors(like spark sql, hive)
don't recognize the query if the query's default database is not 'DEFAULT'
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)