comphead commented on code in PR #3849:
URL: https://github.com/apache/datafusion-comet/pull/3849#discussion_r3067141703
##########
spark/src/test/resources/sql-tests/expressions/math/atan2.sql:
##########
@@ -21,7 +21,15 @@ statement
CREATE TABLE test_atan2(y double, x double) USING parquet
statement
-INSERT INTO test_atan2 VALUES (0.0, 1.0), (1.0, 0.0), (1.0, 1.0), (-1.0,
-1.0), (0.0, 0.0), (NULL, 1.0), (1.0, NULL), (cast('NaN' as double), 1.0),
(cast('Infinity' as double), 1.0)
+INSERT INTO test_atan2 VALUES
+ (0.0, 0.0), (0.0, -0.0), (0.0, 1.0), (0.0, -1.0), (0.0, NULL), (0.0,
cast('NaN' as double)), (0.0, cast('Infinity' as double)), (0.0,
cast('-Infinity' as double)),
Review Comment:
nice permutations
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]