Abyss-lord commented on PR #7312:
URL: https://github.com/apache/gravitino/pull/7312#issuecomment-2928665319

   @mchades @jerryshao Should we also update the comment field types in the 
upgrade script? For example:
   ```sql
   ALTER TABLE metalake_meta ALTER COLUMN metalake_comment SET DATA TYPE TEXT;
   ALTER TABLE catalog_meta ALTER COLUMN catalog_comment SET DATA TYPE TEXT;
   ALTER TABLE schema_meta ALTER COLUMN schema_comment SET DATA TYPE TEXT;
   ALTER TABLE fileset_version_info ALTER COLUMN fileset_comment SET DATA TYPE 
TEXT;
   ALTER TABLE topic_meta ALTER COLUMN comment SET DATA TYPE TEXT;
   ALTER TABLE tag_meta ALTER COLUMN tag_comment SET DATA TYPE TEXT;
   ALTER TABLE table_column_version_info ALTER COLUMN column_comment SET DATA 
TYPE TEXT;
   ```
   


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

Reply via email to