felipecrv commented on code in PR #35345:
URL: https://github.com/apache/arrow/pull/35345#discussion_r1388510390
##########
cpp/src/arrow/array/util.cc:
##########
@@ -853,6 +885,13 @@ class RepeatedArrayFactory {
return builder.Finish(out);
}
+ template <typename IntType>
+ Status CreateIntBuffer(IntType value, std::shared_ptr<Buffer>* out) {
Review Comment:
Done. Pushing commit soon.
--
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]