nizarhejazi opened a new pull request #8382: URL: https://github.com/apache/pinot/pull/8382
## Description PR to fix github issue: https://github.com/apache/pinot/issues/8374 Add an annotation for DateTime functions that cannot take null, and just return null when the function is annotated and the input value is null. **<code>release-notes</code>** ## Release Notes Prevent datetime functions that cannot work w/ null from throwing NullPointerException. Preserve null input values so they can be marked as such in null index. -- 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]
