Repository: impala Updated Branches: refs/heads/2.x 60be81b5a -> 0ce9056a1
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 <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/9574a5c5 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/9574a5c5 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/9574a5c5 Branch: refs/heads/2.x Commit: 9574a5c572bf7e214b80928085bba62c6025cd59 Parents: 43222e3 Author: Alex Rodoni <[email protected]> Authored: Tue May 8 17:31:42 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue May 15 21:10:10 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/9574a5c5/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> [, ...]) ]
