-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Python] Add Python wrapper for JsonExtensionType #44066
Comments
should this be a release blocker? @jorisvandenbossche @rok |
It's a nice to have for me, as it matches duckdb adding it. duckdb/duckdb#13446 |
I am really close to create RC0. I don't think we should block the release for this. I'll move this to 19.0.0 once I create RC0 |
Please go ahead. |
pitrou
pushed a commit
that referenced
this issue
Oct 22, 2024
### Rationale for this change We [added canonical JsonExtensionType](#13901) and we should make it usable from Python. ### What changes are included in this PR? Python wrapper for `JsonExtensionType` and `JsonArray` are added on Python side as well as `JsonArray` on c++ side. ### Are these changes tested? Python tests for the extension type and array are included. ### Are there any user-facing changes? This adds a json canonical extension type to pyarrow. * GitHub Issue: #44066 Lead-authored-by: Rok Mihevc <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Issue resolved by pull request 44070 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
We added JsonExtensionType and we should make it usable from Python.
Component(s)
Python
The text was updated successfully, but these errors were encountered: