You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/25 07:46:05 UTC

[GitHub] [spark] gatorsmile commented on a change in pull request #29056: [SPARK-31753][SQL][DOCS] Add missing keywords in the SQL docs

gatorsmile commented on a change in pull request #29056:
URL: https://github.com/apache/spark/pull/29056#discussion_r494808052



##########
File path: docs/sql-ref-syntax-ddl-create-table-hiveformat.md
##########
@@ -36,6 +36,14 @@ CREATE [ EXTERNAL ] TABLE [ IF NOT EXISTS ] table_identifier
     [ LOCATION path ]

Review comment:
       The bucketSpec is still missing in CREATE HIVE FORMAT table, right?
   ```
       [ CLUSTERED BY ( col_name3, col_name4, ... ) 
           [ SORTED BY ( col_name [ ASC | DESC ], ... ) ] 
           INTO num_buckets BUCKETS ]
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org