[jira] [Updated] (IMPALA-11245) Inaccurate tips with 'select' on not exist table

2022-04-15 Thread Weizisheng (Jira)
[ 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 >

[jira] [Updated] (IMPALA-11245) Inaccurate tips with 'select' on not exist table

2022-04-15 Thread Weizisheng (Jira)
[ 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'

[jira] [Updated] (IMPALA-11245) Inaccurate tips with 'select' on not exist table

2022-04-15 Thread Weizisheng (Jira)
[ 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

[jira] [Updated] (IMPALA-11245) Inaccurate tips with 'select' on not exist table

2022-04-14 Thread Weizisheng (Jira)
[ 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