damianoporta opened a new issue #5356:
URL: https://github.com/apache/incubator-pinot/issues/5356


   Hello, in different aggregators like the following:
   - 
https://github.com/apache/incubator-pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/AvgAggregationFunction.java#L100
   
   - 
https://github.com/apache/incubator-pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/MinMaxRangeAggregationFunction.java#L104
   
   I see a "pseudo duplication" of the code because of the column DataType. 
But, is this really needed?
   I think that serialization/deserialization is done in 
**aggregationResultHolder** object only, no?


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to