Dandandan commented on code in PR #20958: URL: https://github.com/apache/datafusion/pull/20958#discussion_r2940056327
########## datafusion/sqllogictest/test_files/aggregate.slt: ########## @@ -1776,7 +1776,7 @@ SELECT approx_distinct(null) query II SELECT approx_distinct(c9) AS a, approx_distinct(c9) AS b FROM aggregate_test_100 ---- -100 100 +99 99 Review Comment: This is within error bounds -- 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]
