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


##########
modules/sql-engine/src/integrationTest/sql/set/test_intersect.test:
##########
@@ -74,7 +74,7 @@ statement ok
 CREATE TABLE t_float(f1 float);
 
 statement ok
-INSERT INTO t_float(f1) VALUES (-1.2345678901234e+200), (-34.84),  (123), 
(456), (456.1), (-456);
+INSERT INTO t_float(f1) VALUES (-1.2345678901234e+10), (-34.84),  (123), 
(456), (456.1), (-456);

Review Comment:
   This value can not be represented as a float value but constant literals 
didn't overflow prior to this  patch.
   



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