dongjoon-hyun commented on issue #25331: [SPARK-27768][SQL] Support Inf/Infinity/-Inf/-Infinity/NaN float/double literals case-insensitively URL: https://github.com/apache/spark/pull/25331#issuecomment-520653214 @dilipbiswal . I update the PR title because this PR focuses on only Spark's `float/double` data types while PostgreSQL have more special cases in other data types like the following `date`. ```sql postgres=# select cast('infinity' as date); date ---------- infinity (1 row) ```
---------------------------------------------------------------- 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]
