jon-wei opened a new pull request #7614: Fix exception when using complex aggs 
with result level caching
URL: https://github.com/apache/incubator-druid/pull/7614
 
 
   Fixes https://github.com/apache/incubator-druid/issues/6483
   
   This fixes an issue in the GroupBy/TopN/Timeseries query tool chests where 
aggregator values from the result level cache (these are finalized values 
generated by `AggregatorFactory.finalizeComputation()`) were being incorrectly 
passed to `AggregatorFactory.deserialize()` which operates on intermediate 
aggregator values.
   
   

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


With regards,
Apache Git Services

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

Reply via email to