mapleFU commented on code in PR #41366:
URL: https://github.com/apache/arrow/pull/41366#discussion_r1582157678


##########
cpp/src/arrow/table.h:
##########
@@ -241,6 +241,9 @@ class ARROW_EXPORT Table {
 ///
 /// The conversion is zero-copy: each record batch is a view over a slice
 /// of the table's columns.
+///
+/// The table is expected to be valid prior to using it with the batch reader.
+///

Review Comment:
   nit: you can remove this line here



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