You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ar...@apache.org on 2018/05/14 18:24:56 UTC

[5/5] impala git commit: IMPALA-6221: [DOCS] Correct syntax for Kudu Partition clause

IMPALA-6221: [DOCS] Correct syntax for Kudu Partition clause

Change-Id: I8d8ccdcc8b28fcd44511040f1e05969af83b3d1e
Reviewed-on: http://gerrit.cloudera.org:8080/10353
Reviewed-by: Thomas Tauber-Marshall <tm...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/19bcc309
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/19bcc309
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/19bcc309

Branch: refs/heads/master
Commit: 19bcc3099ef5e244fe74a0466b0b0eeb673acc8e
Parents: bb9237d
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Tue May 8 17:31:42 2018 -0700
Committer: Impala Public Jenkins <im...@cloudera.com>
Committed: Mon May 14 18:09:42 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_create_table.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/19bcc309/docs/topics/impala_create_table.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_create_table.xml b/docs/topics/impala_create_table.xml
index 0af25b0..a60cd40 100644
--- a/docs/topics/impala_create_table.xml
+++ b/docs/topics/impala_create_table.xml
@@ -211,8 +211,8 @@ data_type:
 
     <p rev="kudu IMPALA-3719">
       <b>kudu_partition_clause:</b>
-<codeblock rev="kudu">
-kudu_partition_clause ::= [<varname>hash_clause</varname>] [, <varname>range_clause</varname> [ , <varname>range_clause</varname> ] ]
+      <codeblock rev="kudu">
+kudu_partition_clause ::= [ <varname>hash_clause</varname> [, ...]] [, <varname>range_clause</varname> ]
 
 hash_clause ::=
   HASH [ (<varname>pk_col</varname> [, ...]) ]