-
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] Expose keys_sorted in MapType #35112
Comments
0x26res
pushed a commit
to 0x26res/arrow
that referenced
this issue
Apr 18, 2023
…on-expose-keys-sorted-in-map-type
AlenkaF
pushed a commit
that referenced
this issue
Apr 18, 2023
### Rationale for this change It not possible to read `keys_sorted` in the python API ### What changes are included in this PR? - expose keys_sorted in `cdef class MapType` / types.pxi - add tests ### Are these changes tested? yes ### Are there any user-facing changes? We're exposing keys_sorted but I guess the documentation will update itself from the `"""` pydoc (?) This is not an API breaking change * Closes: #35112 Authored-by: aandres <aandres@tradewelltech.co> Signed-off-by: Alenka Frim <frim.alenka@gmail.com>
liujiacheng777
pushed a commit
to LoongArch-Python/arrow
that referenced
this issue
May 11, 2023
…#35113) ### Rationale for this change It not possible to read `keys_sorted` in the python API ### What changes are included in this PR? - expose keys_sorted in `cdef class MapType` / types.pxi - add tests ### Are these changes tested? yes ### Are there any user-facing changes? We're exposing keys_sorted but I guess the documentation will update itself from the `"""` pydoc (?) This is not an API breaking change * Closes: apache#35112 Authored-by: aandres <aandres@tradewelltech.co> Signed-off-by: Alenka Frim <frim.alenka@gmail.com>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
…#35113) ### Rationale for this change It not possible to read `keys_sorted` in the python API ### What changes are included in this PR? - expose keys_sorted in `cdef class MapType` / types.pxi - add tests ### Are these changes tested? yes ### Are there any user-facing changes? We're exposing keys_sorted but I guess the documentation will update itself from the `"""` pydoc (?) This is not an API breaking change * Closes: apache#35112 Authored-by: aandres <aandres@tradewelltech.co> Signed-off-by: Alenka Frim <frim.alenka@gmail.com>
rtpsw
pushed a commit
to rtpsw/arrow
that referenced
this issue
May 16, 2023
…#35113) ### Rationale for this change It not possible to read `keys_sorted` in the python API ### What changes are included in this PR? - expose keys_sorted in `cdef class MapType` / types.pxi - add tests ### Are these changes tested? yes ### Are there any user-facing changes? We're exposing keys_sorted but I guess the documentation will update itself from the `"""` pydoc (?) This is not an API breaking change * Closes: apache#35112 Authored-by: aandres <aandres@tradewelltech.co> Signed-off-by: Alenka Frim <frim.alenka@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
That field is present in the C++ representation of MapType but not accessible in the python API.
I think it's just a matter of adding it to the types.pxi.
Component(s)
Python
The text was updated successfully, but these errors were encountered: