rok commented on code in PR #37298:
URL: https://github.com/apache/arrow/pull/37298#discussion_r1726885852


##########
cpp/src/arrow/testing/gtest_util.h:
##########
@@ -309,6 +309,9 @@ ARROW_TESTING_EXPORT void ApproxCompareBatch(
     const RecordBatch& left, const RecordBatch& right, bool compare_metadata = 
true,
     const EqualOptions& options = TestingEqualOptions());
 
+ARROW_TESTING_EXPORT void RoundtripBatch(const std::shared_ptr<RecordBatch>& 
batch,
+                                         std::shared_ptr<RecordBatch>* out);

Review Comment:
   Moved.



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