yashmayya opened a new pull request, #16901: URL: https://github.com/apache/pinot/pull/16901
- Transform functions should only use the null bitmap when null handling is enabled, as we want to avoid paying the overhead cost of computing the null bitmap (and any other additional computation) when null handling is disabled (default behavior). - The only exception to this is `COALESCE` since that transform function semantically requires knowledge of the true `null` values. -- 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]
