waynexia opened a new issue, #3321: URL: https://github.com/apache/arrow-datafusion/issues/3321
**Describe the bug** UT case `timestamp_add_interval_months` failed to run on master (commit 3d37016de3647d90e6f78fd0e106142923799969) **To Reproduce** ```bash git checkout 3d37016de3647d90e6f78fd0e106142923799969 cargo test ``` I got this error: ```plaintext thread 'sql::timestamp::timestamp_add_interval_months' panicked at 'called `Option::unwrap()` on a `None` value', datafusion/core/tests/sql/timestamp.rs:1414:58 ``` **Expected behavior** Pass this test **Additional context** Add any other context about the problem here. -- 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]
