TangSiyang2001 commented on code in PR #49452: URL: https://github.com/apache/doris/pull/49452#discussion_r2013470776
########## regression-test/suites/schema_change_p0/test_type_length_change.groovy: ########## @@ -74,4 +74,9 @@ suite("test_type_length_change", "p0") { sql """ INSERT INTO ${tableName} VALUES(4, "abcde", "abcde") """ qt_master_sql """ SELECT * FROM ${tableName} ORDER BY k""" qt_master_sql """ DESC ${tableName} """ + + test { + sql """ ALTER TABLE ${tableName} MODIFY COLUMN c1 CHAR(10) """ + exception "Can not change VARCHAR to CHAR" + } } Review Comment: https://github.com/apache/doris/pull/49452/files#diff-bf7a28b8005e0c66b7ac181c2ecfa4d2f15ede9c9da77731f174bb762b82d85aR40-R44 verified here -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org