[
https://issues.apache.org/jira/browse/IMPALA-11245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weizisheng updated IMPALA-11245:
Issue Type: Improvement (was: Bug)
> Inaccurate tips with 'select' on not exist table
>
[
https://issues.apache.org/jira/browse/IMPALA-11245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weizisheng updated IMPALA-11245:
Description:
{code:java}
select count(1) from db.test;{code}
Both database 'db' and table 'test'
[
https://issues.apache.org/jira/browse/IMPALA-11245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weizisheng updated IMPALA-11245:
Description:
{code:java}
select count(1) from db.table;{code}
Both database 'db' and table 'table
[
https://issues.apache.org/jira/browse/IMPALA-11245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weizisheng updated IMPALA-11245:
Summary: Inaccurate tips with 'select' on not exist table (was: Inaccurate
description with 'sel