samredai commented on code in PR #4645:
URL: https://github.com/apache/iceberg/pull/4645#discussion_r864395795
##########
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 TBLPROPERTIES` can also be used to set the table comment (description):
Review Comment:
Do we need `(description)` here? I think table comment is straightforward.
--
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]