lowka commented on code in PR #3904:
URL: https://github.com/apache/ignite-3/pull/3904#discussion_r1642537218
##########
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:
Removed test_exponent_in_cast.
Added exponent notations tests for each numeric type.
Added test covering conversion between numeric types.
##########
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:
Thanks. Fixed.
##########
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:
Filed an issue.
--
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]