pitrou commented on a change in pull request #10132:
URL: https://github.com/apache/arrow/pull/10132#discussion_r621103616



##########
File path: python/pyarrow/_csv.pyx
##########
@@ -57,7 +57,7 @@ cdef class ReadOptions(_Weakrefable):
     block_size : int, optional
         How much bytes to process at a time from the input stream.
         This will determine multi-threading granularity as well as
-        the size of individual chunks in the Table.
+        the size of individual record batches.

Review comment:
       Right, but those are similar to record batches in this case.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to