korlov42 commented on code in PR #4409:
URL: https://github.com/apache/ignite-3/pull/4409#discussion_r1773150266


##########
modules/sql-engine/src/integrationTest/sql/types/char/test_implicit_cast.test:
##########
@@ -59,27 +59,6 @@ SELECT * FROM t WHERE v > 'a'::char(1);
 ----
 b
 
-statement ok
-create table tiny(v TINYINT);
-
-statement ok
-insert into tiny values('127');
-
-skipif ignite3
-# https://issues.apache.org/jira/browse/IGNITE-22444

Review Comment:
   It's better to revise the standard before closing this ticket



-- 
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

Reply via email to