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/03/11 03:40:54 UTC

[GitHub] [arrow-datafusion] Ted-Jiang commented on issue #1985: [Ballista] support datafusion built_in UDAF work in ballista cluster

Ted-Jiang commented on issue #1985:
URL: https://github.com/apache/arrow-datafusion/issues/1985#issuecomment-1064741911


   work  in client without ballista
   ```
   select APPROX_DISTINCT("14") from table1;
   +---------------------------+
   | APPROXDISTINCT(table1.14) |
   +---------------------------+
   | 55                        |
   +---------------------------+
   1 row in set. Query took 0.015 seconds.
   ```


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