kyle-cx commented on code in PR #4606:
URL: https://github.com/apache/iceberg/pull/4606#discussion_r855713173


##########
docs/spark/spark-ddl.md:
##########
@@ -98,6 +98,13 @@ CREATE TABLE prod.db.sample
 USING iceberg
 AS SELECT ...
 ```
+```sql
+CREATE TABLE prod.db.sample
+USING iceberg
+PARTITIONED BY (part)
+TBLPROPERTIES ('key'='value')
+AS SELECT ...

Review Comment:
   hi @kbendick, thx for the advice. I made some changes base on ur suggestion, 
here is what it looks like now
   cc @samredai 
   
   <img width="898" alt="image" 
src="https://user-images.githubusercontent.com/10529123/164581717-e49c5222-8dd9-4cc8-942e-4b24c5f42fff.png";>
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to