dongjoon-hyun commented on issue #25041: [SPARK-28133][SQL] Add 
acosh/asinh/atanh functions to SQL
URL: https://github.com/apache/spark/pull/25041#issuecomment-510663213
 
 
   Only for `-Infinity` for `asinh`.
   ```
   spark-sql> SELECT asinh(double('-Infinity'));
   NaN                             (PostgreSQL returns `-Infinity`).
   ```
   
   For `Infinity` for `asinh/acosh`, the results are already the same. Spark 
returns `Infinity` like PostgreSQL.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to