clintropolis opened a new pull request #11917:
URL: https://github.com/apache/druid/pull/11917
### Description
This PR renames `AggregatorFactory.getType` and
`AggregatorFactory.getFinalizedType` to `getColumnType` and
`getFinalizedColumnType`, and restores the previous 3 methods `getType`,
`getFinalizedType`, and `getComplexTypeName` to their earlier incarnations,
making default implementations of `getColumnType` and `getFinalizedColumnType`
out of these previous methods. The previous methods all now have default
implementation that explode so that they did not need restored to all existing
`AggregatorFactory` implementations.
This is hella ugly, and now NONE of these methods are abstract, but it will
be less disruptive to extension writers.
I am going to effectively revert this after the 0.23 release, but this at
least gives slightly more warning to extension writers than release notes. I
guess?
<hr>
##### Key changed/added classes in this PR
* `AggregatorFactory`
--
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]