Uh oh!
There was an error while loading. Please reload this page.
GH-41684: [C++][Python] Add optional null_bitmap to MapArray::FromArrays - #41757
Conversation
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Looks good! Just two small comments
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
felipecrv
left a comment
There was a problem hiding this comment.
Sorry for not reviewing this before merge.
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.
AlenkaF
commented
Jun 3, 2024
Thank you for the comments @felipecrv! Will create a follow-up issue and PR (tomorrow) 👍 |
After merging your PR, Conbench analyzed the 7 benchmarking runs that have been run so far on merge-commit 255dbf9. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 103 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…ys (#41956) ### Rationale for this change There have been some new comments regarding the work done in #41757. ### What changes are included in this PR? This PR addresses the comments from #41757 (review) ### Are these changes tested? Yes. Existing tests should pass. ### Are there any user-facing changes? No. * GitHub Issue: #41955 Lead-authored-by: AlenkaF <frim.alenka@gmail.com> Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Rationale for this change
When constructing a
MapArraywithFromArraysone can not supply anull_bitmap.What changes are included in this PR?
Optional
null_bitmapargument is added toMapArray::FromArrays.Are these changes tested?
TODO (have them locally, need to clean them up and commit.
Are there any user-facing changes?
No.