cht42 opened a new issue, #14092: URL: https://github.com/apache/datafusion/issues/14092
### Describe the bug When doing a date range, if any argument is null, range should return null. ### To Reproduce `select generate_series(NULL::Date, DATE '1993-03-01', INTERVAL '1' YEAR);` should return NULL ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
