alamb commented on issue #4947: URL: https://github.com/apache/datafusion/issues/4947#issuecomment-2453116260
```sql (venv-310) andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$ datafusion-cli --format csv DataFusion CLI v42.1.0 > SELECT to_timestamp_millis(1926632005177685347); to_timestamp_millis(Int64(1926632005177685347)) Arrow error: Csv error: Error processing row 1, col 1: Cast error: Failed to convert 1926632005177685347 to datetime for Timestamp(Millisecond, None) > ``` Seems like the panic is fixed and the code is working as expected -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
