jarredhj0214 commented on code in PR #12047:
URL: https://github.com/apache/gravitino/pull/12047#discussion_r3600775735
##########
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:
Thanks for the reminder. I have reverted the changes to historical
schema/upgrade scripts and kept this change only in the 2.0.0 schema files and
the 1.3.0-to-2.0.0 upgrade scripts.
--
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]