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


##########
modules/sql-engine/src/integrationTest/sql/cast/test_cast_bigint.test:
##########
@@ -0,0 +1,31 @@
+# name: test/sql/cast/test_cast_bigint.test
+# description: CAST BIGINT
+# feature: SQL F201(CAST function)
+# group: [cast]
+
+statement ok
+SELECT CAST('100' AS BIGINT);

Review Comment:
   looks like you've missed cast from interval to BIGINT



##########
modules/sql-engine/src/integrationTest/sql/cast/test_cast_bigint.test:
##########
@@ -6,6 +6,10 @@
 statement ok
 SELECT CAST('100' AS BIGINT);
 
+skipif ignite3

Review Comment:
   why do we ignore this only for BIGINT type?



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

Reply via email to