zstan commented on code in PR #3660: URL: https://github.com/apache/ignite-3/pull/3660#discussion_r1580759148
########## modules/sql-engine/src/integrationTest/sql/types/char/test_char_length.test: ########## @@ -0,0 +1,65 @@ +# name: test/sql/types/char/test_char_length.test +# description: E021-01 Character string types. CHARACTER data type. Check length of the CHAR datatype. +# group: [char] + +# length shouldn't be negative; +statement error +CREATE TABLE t_negative(c1 CHAR(-1)); + +# length shouldn't be zero; +skipif ignite3 Review Comment: skip without issue ? -- 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]
