cccs-jc opened a new issue, #4615:
URL: https://github.com/apache/iceberg/issues/4615

   I looking for a way to change the table comment. You can create a table with 
a comment
   
   ```sql
   CREATE TABLE prod.db.sample (
       id bigint COMMENT 'unique id',
       data string)
   USING iceberg
   ```
   
   You can alter the comment of a column
   
   ```sql
   ALTER TABLE prod.db.sample ALTER COLUMN measurement COMMENT 'unit is 
kilobytes per second'
   ```
   
   But there does not appear to be a way to alter the tables comment. 
   
   


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