comphead opened a new issue, #7939: URL: https://github.com/apache/arrow-datafusion/issues/7939
### Describe the bug After merging https://github.com/apache/arrow-datafusion/pull/7844 AND some other PRs I can see the tests and `to_timestamp()` calls are panicking ``` External error: query failed: DataFusion error: Arrow error: Invalid argument error: column types must match schema types, expected Timestamp(Nanosecond, None) but found Timestamp(Second, None) at column index 0 ``` Solely https://github.com/apache/arrow-datafusion/pull/7844 passed all the tests ### To Reproduce ``` select to_timestamp(cast (1 as int)); ``` ### Expected behavior No panic ### 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]
