dongjoon-hyun commented on a change in pull request #25331: [SPARK-27768][SQL] 
Support Infinity/NaN-related float/double literals case-insensitively
URL: https://github.com/apache/spark/pull/25331#discussion_r313195855
 
 

 ##########
 File path: sql/core/src/test/resources/sql-tests/results/pgSQL/float8.sql.out
 ##########
 @@ -95,31 +95,31 @@ SELECT double('nan')
 -- !query 11 schema
 struct<CAST(nan AS DOUBLE):double>
 -- !query 11 output
-NULL
+NaN
 
 Review comment:
   Please remove SPARK-28060 in `float8.sql`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to