Dandandan commented on code in PR #20958:
URL: https://github.com/apache/datafusion/pull/20958#discussion_r2942998999


##########
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:
   Hmm perhaps because it is executed slightly differently as a single column 
group by vs multi column? The second value above is also 99 (but also has 100 
distinct values).



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

Reply via email to