gianm opened a new pull request, #17911: URL: https://github.com/apache/druid/pull/17911
This patch encodes an assumption around nulls-first ordering, rather than branching into the "custom type" code path. Fixes a bug where equalTo, greaterThan, and lessThan having specs would throw null-pointer exceptions when used with first/last aggregators that return nulls. This patch also switches error handling to DruidException and adds defensive checks. -- 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]
