Replies: 1 comment
-
|
I have created the issue linked above |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Currently, duckdb-wasm is using Apache Arrow v17.0.0 as a dependency:
I'd like to propose updating the dependency to the latest version (v19.x.x). This update would bring several benefits:
Potential Impact:
Based on previous Arrow updates (like the upgrade to v16 in PR #1769 and v17 in PR #1804), there might be some compatibility issues to address:
castTimestampToDatedoes not work since arrow upgrade to v16 #1801 showed that thecastTimestampToDateoption stopped working correctly after upgrading to Arrow v16Testing Plan:
If approved, I'd be willing to create a PR with the following testing strategy:
Questions:
Environment:
Beta Was this translation helpful? Give feedback.
All reactions