sanjibansg commented on a change in pull request #12621:
URL: https://github.com/apache/arrow/pull/12621#discussion_r828210282



##########
File path: python/pyarrow/table.pxi
##########
@@ -2009,6 +2009,24 @@ cdef class Table(_PandasConvertible):
             result.append(pyarrow_wrap_batch(batch))
 
         return result
+    
+    def to_reader(self):

Review comment:
       - Added a cpp test for owned version of table in `tablebatchreader`.
   - Added a python test for `to_reader()` method in table




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