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

   Addendum: Since the sqlite tests come from sqlite (duh) where REAL is mapped 
to 8 bytes (Double/f64) I would like to propose that I update the sqlite .slt 
files and change:
   
   '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.
   
   Thoughts? @alamb, @aweltsch, @2010YOUY01, @jayzhan-synnada 


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