Skip to content

Conversation

@lukemanley
Copy link
Member

@lukemanley lukemanley added Bug Arrow pyarrow functionality labels Feb 25, 2023
ExtensionArray
^^^^^^^^^^^^^^
-
- Bug in :meth:`Series.any` and :meth:`Series.all` for empty or all null pyarrow-backed dtypes (:issue:`51624`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain what the bug was? Had to run an example to understand it. Otherwise lgtm

Copy link
Member

@phofl phofl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@mroeschke mroeschke added this to the 2.1 milestone Feb 25, 2023
@mroeschke mroeschke merged commit 4700a61 into pandas-dev:main Feb 25, 2023
@mroeschke
Copy link
Member

Thanks @lukemanley

@phofl phofl modified the milestones: 2.1, 2.0 Mar 15, 2023
@phofl
Copy link
Member

phofl commented Mar 15, 2023

back porting as well, because we need it for the other pr

@phofl
Copy link
Member

phofl commented Mar 15, 2023

@meeseeksdev backport 2.0.x

@lumberbot-app
Copy link

lumberbot-app bot commented Mar 15, 2023

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 2.0.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 4700a6101e6338fec437ed1222b9f827b4f66cd5
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #51631: BUG: Series.any and Series.all for empty or all-null pyarrow-backed dtypes'
  1. Push to a named branch:
git push YOURFORK 2.0.x:auto-backport-of-pr-51631-on-2.0.x
  1. Create a PR against branch 2.0.x, I would have named this PR:

"Backport PR #51631 on branch 2.0.x (BUG: Series.any and Series.all for empty or all-null pyarrow-backed dtypes)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

phofl pushed a commit to phofl/pandas that referenced this pull request Mar 15, 2023
…types (pandas-dev#51631)

* BUG: ArrowExtensionArray boolean reductions for empty or all null array

* whatsnew

* clarify whatsnew
phofl pushed a commit to phofl/pandas that referenced this pull request Mar 15, 2023
…types (pandas-dev#51631)

* BUG: ArrowExtensionArray boolean reductions for empty or all null array

* whatsnew

* clarify whatsnew
phofl added a commit that referenced this pull request Mar 15, 2023
…r empty or all-null pyarrow-backed dtypes) (#51999)



Co-authored-by: Luke Manley <lukemanley@gmail.com>
@lukemanley lukemanley deleted the arrow-boolean-reduce branch March 17, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Arrow pyarrow functionality Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG?: Series.any / Series.all behavior for pyarrow vs. non-pyarrow empty/all-NA

3 participants