westonpace commented on a change in pull request #10955:
URL: https://github.com/apache/arrow/pull/10955#discussion_r718995474
##########
File path: cpp/src/arrow/testing/gtest_util.h
##########
@@ -94,7 +94,7 @@
#define ARROW_EXPECT_OK(expr) \
do { \
- auto _res = (expr); \
+ const auto& _res = (expr); \
Review comment:
On that abstract point, I also don't need to hold up the issue for
unrelated changes. I've reverted the change.
--
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]