gianm commented on issue #18058: URL: https://github.com/apache/druid/issues/18058#issuecomment-2936956612
The first one, `sum(pe1_0.payment_amount)`, is now `NULL` due to SQL compliance (this is how SQL expects `SUM` to behave). The behavior is no longer configurable, since Druid is now always in SQL compliant null-handling mode. The second one is a bug, #17768. It should be returning 0 but it returns `NULL` due to an incorrect planner rule. -- 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]
