berkaysynnada opened a new issue, #7696: URL: https://github.com/apache/arrow-datafusion/issues/7696
### Describe the bug There is a test case named `timestamp_add_interval_months()` that adds 17 months to the current time. However, after 17 months, it tries to get 29/02/2025 but there is no such date and the test fails. I believe we should modify the test to avoid getting errors when we reach the end of some months. ### To Reproduce Run the test` timestamp_add_interval_months()` ### 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]
