yuqi1129 commented on code in PR #12047:
URL: https://github.com/apache/gravitino/pull/12047#discussion_r3600135680


##########
scripts/h2/schema-0.7.0-h2.sql:
##########
@@ -95,7 +95,7 @@ CREATE TABLE IF NOT EXISTS `table_column_version_info` (
     `column_name` VARCHAR(128) NOT NULL COMMENT 'column name',
     `column_position` INT UNSIGNED NOT NULL COMMENT 'column position, starting 
from 0',
     `column_type` CLOB NOT NULL COMMENT 'column type',
-    `column_comment` VARCHAR(256) DEFAULT '' COMMENT 'column comment',
+    `column_comment` VARCHAR(4096) DEFAULT '' COMMENT 'column comment',

Review Comment:
   We should not change this file, only a new `schema-2.0.0.sql` and 
`upgrade-1.3.0-2.0.0.sql` are needed.



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