-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
castTimestampToDate
does not work since arrow upgrade to v16
#1801
Comments
Please see an example in Codesandbox. |
I defer here to @domoritz, I don't think there has been any relevant change duckdb-wasm side / I am not sure what's preferable here, do you have any recommendations? |
I don't think there was any change in arrow related to this. Iirc duckdb chnages the output type not arrow. |
Thanks for chiming in, let me take a deeper look then |
If that helps, if I force Arrow 15 to be installed, it works as expected. |
I checked the version 1.28.1-dev226.0 is the last one which is working |
@domoritz do you have any ideas why this is working with Arrow 15 but not with Arrow 16 according to @kaciakmaciak? |
What happens?
castTimestampToDate
option does not have effect since thearrow
has been bumped to v16. The timestamps being returned asnumber
.To Reproduce
Browser/Environment:
any
Device:
any
DuckDB-Wasm Version:
1.28.1-dev242.0
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
Katarina Anton
Affiliation:
Individual
The text was updated successfully, but these errors were encountered: