You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Andrew Sherman (JIRA)" <ji...@apache.org> on 2018/11/01 23:01:00 UTC

[jira] [Created] (IMPALA-7801) Remove toSql() from ParseNode interface

Andrew Sherman created IMPALA-7801:
--------------------------------------

             Summary: Remove toSql() from ParseNode interface
                 Key: IMPALA-7801
                 URL: https://issues.apache.org/jira/browse/IMPALA-7801
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Andrew Sherman
            Assignee: Andrew Sherman


In IMPALA-5821 the method "toSql(ToSqlOptions)" was added to ParseNode, to allow options to be passed when generating SQL from a parse tree. Now that this method is available, remove the old "toSql()" method and have all callers call the new method instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)