You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/15 12:03:59 UTC

[GitHub] [spark] DylanGuedes commented on issue #25331: [SPARK-27768][SQL] Support Infinity/NaN-related float/double literals case-insensitively

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


With regards,
Apache Git Services

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