Describe the bug
A clear and concise description of what the bug is.
it's coerced to utf-8
To Reproduce
Steps to reproduce the behavior:
❯ select to_timestamp(cast(1.0 as int));
ArrowError(CastError("Error parsing '1' as timestamp"))
Expected behavior
A clear and concise description of what you expected to happen.
coerced to int64
Additional context
Add any other context about the problem here.