waitingkuo opened a new issue, #3046:
URL: https://github.com/apache/arrow-datafusion/issues/3046

   **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:
   
   
   ```bash
   ❯ 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.
   


-- 
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]

Reply via email to