korlov42 commented on code in PR #3904:
URL: https://github.com/apache/ignite-3/pull/3904#discussion_r1642326502
##########
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:
first, you haven't address all cases I asked you about (cast from different
numerics to target type). second, why do we still have `test_exponent_in_cast`?
We have set if tests for particular target type. Let's just inline all these
files with test cases from `test_exponent_in_cast `
--
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]