lowka commented on code in PR #3782: URL: https://github.com/apache/ignite-3/pull/3782#discussion_r1609996706
########## modules/sql-engine/src/integrationTest/sql/types/char/test_char_length.test: ########## @@ -7,9 +7,7 @@ statement error CREATE TABLE t_negative(c1 CHAR(-1)); # length shouldn't be zero; -skipif ignite3 -# https://issues.apache.org/jira/browse/IGNITE-22120 -statement ok +statement error: Length for column 'C1' of type 'STRING' must be non-negative Review Comment: Fixed -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org