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 2019/07/02 22:51:18 UTC

[GitHub] [incubator-druid] gianm opened a new pull request #8013: GroupBy: Fix improper uses of StorageAdapter#getColumnCapabilities.

gianm opened a new pull request #8013: GroupBy: Fix improper uses of StorageAdapter#getColumnCapabilities.
URL: https://github.com/apache/incubator-druid/pull/8013
 
 
   1) A usage in "isArrayAggregateApplicable" that would potentially incorrectly use
      array-based aggregation on a virtual column that shadows a real column.
   2) A usage in "process" that would potentially use the more expensive multi-value
      aggregation path on a singly-valued virtual column. (No correctness issue, but
      a performance issue.)

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