kou commented on code in PR #41487:
URL: https://github.com/apache/arrow/pull/41487#discussion_r1597565083


##########
cpp/src/arrow/io/compressed.cc:
##########
@@ -413,7 +413,7 @@ class CompressedInputStream::Impl {
     RETURN_NOT_OK(buf->Resize(bytes_read));
     // Using std::move because some compiler might has issue below:
     // https://wg21.cmeerw.net/cwg/issue1579

Review Comment:
   Hmm. We may not be able to remove this `std::move()`: 
https://github.com/apache/arrow/pull/41025
   
   Let's try R jobs.



-- 
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]

Reply via email to