comphead commented on issue #2505: URL: https://github.com/apache/arrow-datafusion/issues/2505#issuecomment-1124992211
Hi @andygrove Ive run in local ballista ``` SELECT count(distinct c1) as cnt_distinct FROM aggregate_test_100 ``` And the result is expected ``` +--------------+ | cnt_distinct | +--------------+ | 5 | +--------------+ ``` which is expected -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org