mapleFU commented on issue #34509:
URL: https://github.com/apache/arrow/issues/34509#issuecomment-1620520424

   ```C++
     /// Set number of records to read per batch for the RecordBatchReader.
     virtual void set_batch_size(int64_t batch_size) = 0;
   ```
   
   @XinyuZeng Hi, after checking the code, the `set_batch_size` declares that 
is for `RecordBatchReader`. And `ReadTable` or `ReadColumn` reads all data in a 
file or some specific columns. So I think this might be expected. Would you 
mind check that?


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