eaugene commented on PR #11307:
URL: https://github.com/apache/pinot/pull/11307#issuecomment-1675700218

   > Other than distinct count, other aggregation function also have the MV 
variance. Let's handle all of them here since the logic is the same.
   
   I currently added for 
   
   - DISTINCTCOUNT
   - DISTINCTCOUNTBITMAP
   - DISTINCTCOUNTHLL
   - DISTINCTCOUNTRAWHLL
   - DISTINCTSUM
   - DISTINCTAVG
   
   Other possible Aggregations are :
   COUNT
   MIN
   MAX
   SUM
   AVG
   MINMAXRANGE
   
   But was a bit concerned about overriding for `COUNT` as that would result in 
not being able to get total rows in MultiValued column . 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to