Uh oh!
There was an error while loading. Please reload this page.
ARROW-9489: [C++] Add fill_null kernel implementation for (array[string], scalar[string]) - #8628
ARROW-9489: [C++] Add fill_null kernel implementation for (array[string], scalar[string])#8628maartenbreddels wants to merge 11 commits into
Conversation
There was a problem hiding this comment.
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.
The +1 should not be necessary. This is the number of values appended, not the number of offsets.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
maartenbreddels
commented
Nov 10, 2020
Looking at the implementation of |
pitrou
left a comment
There was a problem hiding this comment.
Just a couple comments. Thank you for this PR!
There was a problem hiding this comment.
Instead of calling MayHaveNulls, just compute the null count and check it here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
maartenbreddels
commented
Nov 13, 2020
@pitrou i think this is ready to go/review. |
…ng], scalar[string])
pitrou
left a comment
There was a problem hiding this comment.
+1, will merge. Thank you @maartenbreddels !
No description provided.