Skip to content

ARROW-10823: [Rust] Fixed error in MutableArrayData - #8848

Closed
jorgecarleitao wants to merge 1 commit into
apache:masterfrom
jorgecarleitao:fix_error
Closed

ARROW-10823: [Rust] Fixed error in MutableArrayData#8848
jorgecarleitao wants to merge 1 commit into
apache:masterfrom
jorgecarleitao:fix_error

Conversation

@jorgecarleitao

Copy link
Copy Markdown
Member

This fixes an error on MutableArrayData on which null bits were not being set when an array had no nulls, but other arrays had nulls, causing a semantic error in the final array.

@github-actions

Copy link
Copy Markdown

@nevi-menevi-me left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@jorgecarleitaojorgecarleitao changed the title ARROW-10823: Fixed error in MutableArrayDataARROW-10823: [Rust] Fixed error in MutableArrayDataDec 6, 2020
@alambalamb closed this in 1727b10Dec 6, 2020
@jorgecarleitao
jorgecarleitao deleted the fix_error branch December 14, 2020 07:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jorgecarleitao@nevi-me