pitrou commented on a change in pull request #10579:
URL: https://github.com/apache/arrow/pull/10579#discussion_r659833500
##########
File path: cpp/src/arrow/array/builder_base.cc
##########
@@ -92,6 +95,132 @@ Status ArrayBuilder::Advance(int64_t elements) {
return null_bitmap_builder_.Advance(elements);
}
+struct AppendScalarImpl {
Review comment:
Nit, but this should be in the anonymous namespace.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]