Skip to content

ARROW-4766: [C++] Fix empty array cast segfault - #3815

Closed
fsaintjacques wants to merge 1 commit into
apache:masterfrom
fsaintjacques:ARROW-4766-empty-cast-segfault
Closed

ARROW-4766: [C++] Fix empty array cast segfault#3815
fsaintjacques wants to merge 1 commit into
apache:masterfrom
fsaintjacques:ARROW-4766-empty-cast-segfault

Conversation

@fsaintjacques

Copy link
Copy Markdown
Contributor

In cases where ArrayData have a nullptr boolean buffer, a cast would
trigger a segfault.

In cases where ArrayData have a nullptr boolean buffer, a cast would
trigger a segfault.

@xhochy xhochy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1, code looks good but I have no idea what the Windows failure is about.

@wesm

wesm commented Mar 6, 2019

Copy link
Copy Markdown
Member

Hm, it just does that sometimes =( I don't think it's related to this patch

@wesm wesm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

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.

4 participants