Skip to content
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][Docs] deduplicate doesn't match docs #34104

Closed
dxe4 opened this issue Feb 9, 2023 · 0 comments · Fixed by #34128
Closed

[Python][Docs] deduplicate doesn't match docs #34104

dxe4 opened this issue Feb 9, 2023 · 0 comments · Fixed by #34128

Comments

@dxe4
Copy link

dxe4 commented Feb 9, 2023

Describe the bug, including details regarding any error messages, version, and platform.

in pyarrow/array.pxi deduplicate_objects has a default value set to true but the docs say its false.

deduplicate_objects : bool, default False

bint deduplicate_objects=True,

Component(s)

Python

@dxe4 dxe4 added the Type: bug label Feb 9, 2023
@kou kou changed the title deduplicate doesn't match docs [Python[Docs] deduplicate doesn't match docs Feb 10, 2023
@kou kou changed the title [Python[Docs] deduplicate doesn't match docs [Python][Docs] deduplicate doesn't match docs Feb 10, 2023
@jorisvandenbossche jorisvandenbossche added this to the 12.0.0 milestone Feb 14, 2023
gringasalpastor pushed a commit to gringasalpastor/arrow that referenced this issue Feb 17, 2023
…o match implementation (apache#34128)

* Closes: apache#34104

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
fatemehp pushed a commit to fatemehp/arrow that referenced this issue Feb 24, 2023
…o match implementation (apache#34128)

* Closes: apache#34104

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants