jon-wei opened a new pull request #9154: Fix LongSumAggregator comparator null handling URL: https://github.com/apache/druid/pull/9154 Fixed #9140 This PR fixes a bug with the LongSumAggregator's comparator, where it did not account for nulls. It adds three new numeric columns with some null values to the sample TSV files used in `TestIndex` and a set of 3 tests in TopNQueryRunnerTest. This PR has: - [x] been self-reviewed. - [x] added unit tests or modified existing tests to cover new code paths.
---------------------------------------------------------------- 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]
