DylanGuedes commented on issue #25331: [SPARK-27768][SQL] Support Infinity/NaN-related float/double literals case-insensitively URL: https://github.com/apache/spark/pull/25331#issuecomment-521617976 Thank you for your answer, @dilipbiswal `numerics` has the following scheme: ```sql create table numerics ( |2 id int, |2 f_float4 float, |2 f_float8 float, |2 f_numeric int |2 ) using parquet; ```
---------------------------------------------------------------- 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]
