kbendick commented on code in PR #4645:
URL: https://github.com/apache/iceberg/pull/4645#discussion_r860489603


##########
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')
 ```
 
+To set table comment using `SET TBLPROPERTIES`:
+
+```sql
+ALTER TABLE prod.db.sample SET TBLPROPERTIES (
+    'comment' = 'A table comment.'

Review Comment:
   Maybe use `An updated table comment` to emphasize the change?



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