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


##########
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:
   See test_exponent_in_cast



##########
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:
   Fixed.



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