wirable23 opened a new issue, #39820:
URL: https://github.com/apache/arrow/issues/39820

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   If I do pyarrow.parquet.ParquetFile(path).iter_batches(batch_size=10, 
row_groups=[0]), and I only enumerate the first batch, does this read whole row 
group 0, or only the 10 rows I enumerated from row group 0?
   
   ### Component(s)
   
   C++, Parquet, Python


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