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/02 04:56:18 UTC

[GitHub] vogievetsky opened a new issue #6572: AVG aggregator does not work with sys.segments

vogievetsky opened a new issue #6572: AVG aggregator does not work with sys.segments
URL: https://github.com/apache/incubator-druid/issues/6572
 
 
   The SQL query
   
   ```sql
   SELECT COUNT(*), SUM("size"), AVG("size") FROM sys.segments
   ```
   
   produces an error of:
   
   ```
   Cannot build plan for query: SELECT COUNT(*), SUM("size"), AVG("size") FROM sys.segments
   ```
   
   This only happens when the AVG agg is used
   

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