Omega359 commented on issue #12342: URL: https://github.com/apache/datafusion/issues/12342#issuecomment-2813000882
Date parsing and date arithmetic is very common in some applications. using `to_date('1970-01-01') + 5` is just easier than `to_date('1970-01-01') + INTERVAL 5 days` or something similar. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org