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/08/30 02:43:47 UTC

[GitHub] [arrow-ballista] Ted-Jiang commented on a diff in pull request #175: update latest datafusion.

Ted-Jiang commented on code in PR #175:
URL: https://github.com/apache/arrow-ballista/pull/175#discussion_r957952720


##########
ballista/rust/core/proto/datafusion.proto:
##########
@@ -464,11 +468,17 @@ enum AggregateFunction {
   APPROX_MEDIAN=15;
   APPROX_PERCENTILE_CONT_WITH_WEIGHT = 16;
   GROUPING = 17;
+  MEDIAN=18;
+
+  KYLIN_BITMAP_COUNT_DISTINCT=101;
+  KYLIN_APPROX_PERCENTILE=102;
+  KYLIN_APPROX_COUNT_DISTINCT=103;

Review Comment:
   Sorry have delete it.



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