AMashenkov commented on code in PR #2431:
URL: https://github.com/apache/ignite-3/pull/2431#discussion_r1298374689
##########
modules/runner/src/integrationTest/sql/types/blob/test_blob.test:
##########
@@ -62,46 +62,12 @@ statement ok
DELETE FROM blobs
# Implicit cast
-statement ok
+statement error
INSERT INTO blobs VALUES('blablabla')
-# BINARY with “non-printable” octets
-statement ok
-INSERT INTO blobs VALUES('abc �'::VARBINARY)
-
-query T
-SELECT b::varchar FROM blobs ORDER BY b
-----
-abc �
-blablabla
-
# BINARY null and empty values
+statement error
query T
SELECT ''::VARBINARY
-----
-(empty)
-query T
-SELECT NULL::VARBINARY
-----
-NULL
Review Comment:
This test looks valid.
--
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]