imply-cheddar opened a new pull request, #14544:
URL: https://github.com/apache/druid/pull/14544

   The usage of ColumnProcessors and HllSketchBuildColumnProcessorFactory made 
it very difficult to figure out what was going on from just looking at the 
AggregatorFactory or Aggregator code.  It also didn't properly double check 
that you could use UTF8 ahead of time, even though it's entirely possible to 
validate it before trying to use it.  This refactor makes keeps the general 
indirection that had been implemented by the Consumer<Supplier<HllSketch>> but 
centralizes the decision logic and makes it easier to understand the code.
   


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