damnMeddlingKid commented on issue #10072: URL: https://github.com/apache/druid/issues/10072#issuecomment-650485882
took a stab at a fix here https://github.com/damnMeddlingKid/druid/pull/1/files . I check if the column is nullable and then use a filter aggregate factory to perform the count if it is nullable. Not sure if this approach is good, happy to clean up the PR and add tests if this is a good direction. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
