Re: [I] When the `to_timestamp_millis` function is used and the output format is csv, it will panic [datafusion]

2024-11-02 Thread via GitHub


alamb commented on issue #4947:
URL: https://github.com/apache/datafusion/issues/4947#issuecomment-2453116341

   Thanks (again) to @drauschenbach for pointing this out


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org



Re: [I] When the `to_timestamp_millis` function is used and the output format is csv, it will panic [datafusion]

2024-11-02 Thread via GitHub


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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org



Re: [I] When the `to_timestamp_millis` function is used and the output format is csv, it will panic [datafusion]

2024-11-02 Thread via GitHub


alamb closed issue #4947: When the `to_timestamp_millis` function is used and 
the output format is csv, it will panic
URL: https://github.com/apache/datafusion/issues/4947


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org