getChan commented on issue #11922: URL: https://github.com/apache/datafusion/issues/11922#issuecomment-2290739781
I think that the query returning an error is normal. A valid query should have `start` and `stop` arguments of the same date type. Therefore, instead of fixing the bug, I will proceed with the following steps: - Modify the test code: `select generate_series(start, DATE '1993-03-01', INTERVAL '1 year') from date_table;` - When start and stop are not the same type, **return a more informative error.** -- 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]
