alamb commented on issue #13780:
URL: https://github.com/apache/datafusion/issues/13780#issuecomment-2575115298

   First of all, very nice 🕵️ work ! 
   
   > 'AS REAL' -> 'AS DOUBLE'
   > 
   > This would better match the actual types being tested and would fix many 
of the failing results. Along with correcting the nullif type behavior would 
fix almost all the remaining tests that have result mismatches with 
sqlite/postgresql.
   
   As I understand, this means using f64 for floating point operations in the 
test. This sounds like a very good and pragmatic thing to do in my mind
   
   The other potential thing to do might simply be to map `AS REAL` to use 
`DataType::Float64` but that is a larger and much more potentially disruptive 
change
   
   Thanks agian @Omega359 


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to