save-buffer commented on code in PR #13669:
URL: https://github.com/apache/arrow/pull/13669#discussion_r956423042
##########
cpp/src/arrow/compute/exec/accumulation_queue.h:
##########
@@ -42,9 +45,11 @@ class AccumulationQueue {
void Concatenate(AccumulationQueue&& that);
void InsertBatch(ExecBatch batch);
+ void InsertAt(ExecBatch batch, size_t idx);
Review Comment:
Renamed it to `SetBatch`.
--
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]