[ 
https://issues.apache.org/jira/browse/IMPALA-7901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Percy updated IMPALA-7901:
-------------------------------
    Description: 
The Impala partitioning syntax @ 
[https://impala.apache.org/docs/build/html/topics/impala_create_table.html] has 
the following in the Kudu section:

*kudu_partition_clause:*
{noformat}
kudu_partition_clause ::= [hash_clause] [, range_clause [ , range_clause ] 
]{noformat}
That is wrong: the hash clause may appear any number of times, while the 
range_clause may only appear 0 or 1 times.

  was:
The Impala partitioning syntax @ 
[https://impala.apache.org/docs/build/html/topics/impala_create_table.html] has 
the following in the Kudu section:

*kudu_partition_clause:*
{noformat}
kudu_partition_clause ::= [hash_clause] [, range_clause [ , range_clause ] 
]{noformat}
That is wrong: the hash clause can be appear any number of times, while the 
range_clause may only appear 0 or 1 times.


> Docs problem describing Kudu partitioning syntax
> ------------------------------------------------
>
>                 Key: IMPALA-7901
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7901
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: Impala 3.0
>            Reporter: Mike Percy
>            Priority: Major
>
> The Impala partitioning syntax @ 
> [https://impala.apache.org/docs/build/html/topics/impala_create_table.html] 
> has the following in the Kudu section:
> *kudu_partition_clause:*
> {noformat}
> kudu_partition_clause ::= [hash_clause] [, range_clause [ , range_clause ] 
> ]{noformat}
> That is wrong: the hash clause may appear any number of times, while the 
> range_clause may only appear 0 or 1 times.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to