dongjoon-hyun commented on issue #24640: [SPARK-27770] [SQL] [TEST] Port 
AGGREGATES.sql [Part 1]
URL: https://github.com/apache/spark/pull/24640#issuecomment-493730358
 
 
   Great! @gatorsmile . For the `infinity`, it's a Java issue. We support 
`Infinity` instead of `infinity`.
   ```
   scala> java.lang.Double.parseDouble("Infinity")
   res0: Double = Infinity
   
   scala> java.lang.Double.parseDouble("infinity")
   java.lang.NumberFormatException: For input string: "infinity"
   ```

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