Fredy Wijaya created IMPALA-8655:
------------------------------------
Summary: Some SQL statements do not have proper toSql
implementation
Key: IMPALA-8655
URL: https://issues.apache.org/jira/browse/IMPALA-8655
Project: IMPALA
Issue Type: Bug
Components: Frontend
Affects Versions: Impala 3.0
Reporter: Fredy Wijaya
All Impala SQL statements inherit from StatementBase that has an empty string
toSql() implementation. As a result, it is easy to forget implementing toSql()
when adding a new SQL statement. Some existing statements do not have proper
toSql implementation. Having each statement to have proper toSql()
implementation is important for get proper logging, auditing, etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)