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_r313195751
 
 

 ##########
 File path: sql/core/src/test/resources/sql-tests/results/pgSQL/float4.sql.out
 ##########
 @@ -63,31 +63,31 @@ SELECT float('nan')
 -- !query 7 schema
 struct<CAST(nan AS FLOAT):float>
 -- !query 7 output
-NULL
+NaN
 
 Review comment:
   Please remove `SPARK-28060` in `float4.sql`. That is a duplicate of 
SPARK-27768 (this PR).

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