szehon-ho commented on code in PR #4645:
URL: https://github.com/apache/iceberg/pull/4645#discussion_r860130956
##########
docs/spark/spark-ddl.md:
##########
@@ -171,6 +171,14 @@ Iceberg uses table properties to control table behavior.
For a list of available
ALTER TABLE prod.db.sample UNSET TBLPROPERTIES ('read.split.target-size')
```
+Set table comment using SET PROPERTIES:
Review Comment:
should be 'SET TBLPROPERTIES' right?
Also maybe :
```To set table comment using 'SET TBLPROPERTIES'```
(as the rest of the sentences were not using imperative form, doesn't flow
well if we switch here)
--
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]