Skip to content

ARROW-8105: [Python] Fix segfault when shrunken masked array is passed to pyarrow.array - #6612

Closed
nugend wants to merge 3 commits into
apache:masterfrom
nugend:master
Closed

ARROW-8105: [Python] Fix segfault when shrunken masked array is passed to pyarrow.array#6612
nugend wants to merge 3 commits into
apache:masterfrom
nugend:master

Conversation

@nugend

Copy link
Copy Markdown
Contributor

Needed to validate that the mask of the masked array wasn't equal to the nomask
constant which indicates that the masked array was shrunk

@github-actions

Copy link
Copy Markdown

@nugend

Copy link
Copy Markdown
ContributorAuthor

I'm not sure how to request a new test run for this PR. I think the failures are due to the bug mitigated in #6614

…d to pyarrow.array
Needed to validate that the mask of the masked array wasn't equal to the nomask
constant which indicates that the masked array was shrunk
@jorisvandenbossche

Copy link
Copy Markdown
Member

@nugend Thanks for the PR!

I rebased your commits, that should re-trigger the CI.

@nugend

Copy link
Copy Markdown
ContributorAuthor

@jorisvandenbossche Looks like everything's good now.

@jorisvandenbossche

Copy link
Copy Markdown
Member

@nugend Thanks!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nugend@jorisvandenbossche