Alex Behm has posted comments on this change. ( http://gerrit.cloudera.org:8080/9537 )
Change subject: IMPALA-6615: CTE query in Impala shell does not show query web links ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/9537/1/shell/impala_shell.py File shell/impala_shell.py: http://gerrit.cloudera.org:8080/#/c/9537/1/shell/impala_shell.py@1131 PS1, Line 1131: return self._execute_stmt(query, is_dml=is_dml, print_web_link=is_dml) > The WITH clause is only allowed for query statements like SELECT and UNION Also we want to print weblinks for SELECT and INSERT queries alike. For SELECT/INSERT without a WITH clause we print the weblinks today. -- To view, visit http://gerrit.cloudera.org:8080/9537 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ie3352406e3b048be395a20405c8e6b911e663164 Gerrit-Change-Number: 9537 Gerrit-PatchSet: 1 Gerrit-Owner: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Adam Holley <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Comment-Date: Thu, 08 Mar 2018 07:27:06 +0000 Gerrit-HasComments: Yes
