You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2019/06/11 22:56:00 UTC

[jira] [Created] (IMPALA-8655) Some SQL statements do not have proper toSql implementation

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)