You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/11/11 05:46:50 UTC

[GitHub] gianm opened a new pull request #6601: SQL: Support AVG on system tables.

gianm opened a new pull request #6601: SQL: Support AVG on system tables.
URL: https://github.com/apache/incubator-druid/pull/6601
 
 
   Fixes #6572 by including AggregateReduceFunctionsRule in the bindable ruleset. It contains a rule that decomposes AVG into SUM / COUNT, which is necessary for AVG to work in bindable convention (BindableAggregate doesn't support AVG natively).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org