ygerzhedovich commented on code in PR #5357: URL: https://github.com/apache/ignite-3/pull/5357#discussion_r1991357235
########## modules/sql-engine/src/integrationTest/sql/group1/types/blob/test_blob.test: ########## @@ -76,28 +76,22 @@ SELECT NULL::VARBINARY ---- NULL -statement error: BINARY length 0 must be between 1 and 2147483647. [column=C1] -CREATE TABLE t_invalid_length(c1 BINARY(0)); - statement error: VARBINARY length 0 must be between 1 and 2147483647. [column=C1] CREATE TABLE t_invalid_length(c1 VARBINARY(0)); -statement error: BINARY length 0 must be between 1 and 2147483647 -SELECT CAST(x'0101' AS BINARY(0)) Review Comment: you are right, return it back -- 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