You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/11 10:03:25 UTC

[GitHub] [arrow] amol- commented on a diff in pull request #10162: ARROW-12506: [Python] Improve modularity of pyarrow codebase: _ipc module

amol- commented on code in PR #10162:
URL: https://github.com/apache/arrow/pull/10162#discussion_r870114751


##########
python/pyarrow/_ipc.pyx:
##########
@@ -781,6 +805,25 @@ cdef class RecordBatchReader(_Weakrefable):
         self.reader = c_reader
         return self
 
+    @staticmethod
+    def from_table(Table table, max_chunksize=None):

Review Comment:
   This is here to avoid a circular dependency with `table.pxi`



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org