You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/12 13:25:16 UTC

[GitHub] [arrow-datafusion] comphead commented on issue #2505: Ballista assumes all aggregate expressions are not DISTINCT

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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org