ozankabak commented on code in PR #14273: URL: https://github.com/apache/datafusion/pull/14273#discussion_r1935728972
########## 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: AFAICT this result changes because the literals are floats, and `l_discount` is a decimal. Is this a correctness problem? @andygrove -- 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]
