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

@nugend nugend commented Mar 13, 2020

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

nugend commented Mar 16, 2020

Copy link
Copy Markdown
Contributor Author

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

nugend added 2 commits March 17, 2020 10:05
…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

nugend commented Mar 17, 2020

Copy link
Copy Markdown
Contributor Author

@jorisvandenbossche Looks like everything's good now.

@jorisvandenbossche

Copy link
Copy Markdown
Member

@nugend Thanks!

Sign up for free to 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