andygrove commented on code in PR #14273: URL: https://github.com/apache/datafusion/pull/14273#discussion_r1936016838
########## datafusion/sqllogictest/test_files/tpch/answers/q6.slt.part: ########## @@ -27,4 +27,4 @@ where and l_discount between 0.06 - 0.01 and 0.06 + 0.01 and l_quantity < 24; ---- -11803420.2534 +7115406.7008 Review Comment: Yes, this is a correctness problem. I explained in https://github.com/apache/datafusion/pull/14273#discussion_r1936007682 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
