comphead commented on issue #4947:
URL: 
https://github.com/apache/arrow-datafusion/issues/4947#issuecomment-1461191832

   @ZuoTiJia The initial problem is solved.
   
   ```
   ./target/debug/datafusion-cli --format csv
   
   DataFusion CLI v19.0.0
   ❯ select to_timestamp_millis(1926632005177685347);
   Arrow error: Csv error: Error formatting row 1 and column 1: Cast error: 
Failed to convert 1926632005177685347 to datetime for Timestamp(Millisecond, 
None)
   ❯ 
   ```
   
   Another problem still in place is to remove mixed values, lets do that in 
separate issue if needed


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