-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-9489: [C++] Add fill_null kernel implementation for (array[string], scalar[string]) #8628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accidentally forgot the +1 here, and everything worked. Does CI include valgrind, and should it pick this up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The +1 should not be necessary. This is the number of values appended, not the number of offsets.
|
Looking at the implementation of |
pitrou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple comments. Thank you for this PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of calling MayHaveNulls, just compute the null count and check it here.
|
@pitrou i think this is ready to go/review. |
…ng], scalar[string])
pitrou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, will merge. Thank you @maartenbreddels !
No description provided.