kou commented on PR #36463: URL: https://github.com/apache/arrow/pull/36463#issuecomment-1620839052
> We can also uses: > > ``` > ConcatenateImpl(ArrayDataVector in, MemoryPool* pool) > ``` > > and call move when calling to `ConcatenateImpl::ConcatenateImpl`, but I guess copying `shared_ptr` is not bottleneck here. If reviewer want, I'll do it Can we avoid copying `in` by this? Then could you do this? -- 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]
