You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "John Russell (Code Review)" <ge...@cloudera.org> on 2017/08/23 22:11:27 UTC

[Impala-ASF-CR] IMPALA-5512: [DOCS] Distinguish GROUP BY and ORDER BY in SELECT syntax

John Russell has uploaded a new patch set (#2).

Change subject: IMPALA-5512: [DOCS] Distinguish GROUP BY and ORDER BY in SELECT syntax
......................................................................

IMPALA-5512: [DOCS] Distinguish GROUP BY and ORDER BY in SELECT syntax

Turned one instance of GROUP BY in the syntax declaration
into ORDER BY. Moved NULLS FIRST and NULLS LAST from first
instance of GROUP BY to the new ORDER BY line.

Change-Id: I9df24cf5af4f2b0aabdb388b4e46a75e0e5275a7
---
M docs/topics/impala_select.xml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/89/7789/2
-- 
To view, visit http://gerrit.cloudera.org:8080/7789
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9df24cf5af4f2b0aabdb388b4e46a75e0e5275a7
Gerrit-PatchSet: 2
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: John Russell <jr...@cloudera.com>