pitrou commented on code in PR #13354:
URL: https://github.com/apache/arrow/pull/13354#discussion_r893753515
##########
cpp/src/arrow/testing/gtest_util.cc:
##########
@@ -574,6 +578,40 @@ std::shared_ptr<Array> TweakValidityBit(const
std::shared_ptr<Array>& array,
return MakeArray(data);
}
+// XXX create a testing/io.{h,cc}?
Review Comment:
No, I thought it would be better to not include from `io` from `util`, but
perhaps that's not important :-)
--
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]