Describe the bug
After merging #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 #7844 passed all the tests
To Reproduce
select to_timestamp(cast (1 as int));
Expected behavior
No panic
Additional context
No response