lidavidm commented on code in PR #13354:
URL: https://github.com/apache/arrow/pull/13354#discussion_r893771913


##########
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:
   Ah, it does feel weird to have it in gtest_util.h, but it's already rather a 
grab-bag of test helpers so it's not a big deal.



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