alamb commented on code in PR #7462:
URL: https://github.com/apache/arrow-datafusion/pull/7462#discussion_r1317564967


##########
datafusion/sqllogictest/test_files/select.slt:
##########
@@ -224,12 +224,6 @@ select
 ----
 false true false true true false false true false true true false true true 
false false true
 
-# select NaNs
-query RRRR
-select 'NaN'::double a, '-NaN'::double b, 'NaN'::float c, '-NaN'::float d
-----
-NaN -NaN NaN -NaN

Review Comment:
   I think we should leave the test to show the behavior of parsing `-NaN`. 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to