vvysotskyi opened a new pull request, #2734:
URL: https://github.com/apache/drill/pull/2734

   # [DRILL-8381](https://issues.apache.org/jira/browse/DRILL-8381): Add 
support for filtered aggregate calls
   
   ## Description
   For the case when filtering expression is specified, Drill will generate an 
`if` expression to obtain field value that will be used in aggregate function 
only when the filter predicate is true. Filter expression specified within an 
aggregate function is present in the underlying project, so it is enough to get 
a reference to it to use it as a condition.
   
   ## Documentation
   NA
   
   ## Testing
   Added UT.
   


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to