wjones127 commented on code in PR #37868:
URL: https://github.com/apache/arrow/pull/37868#discussion_r1338830479


##########
python/pyarrow/_dataset_parquet.pyx:
##########
@@ -226,7 +226,7 @@ cdef class ParquetFileFormat(FileFormat):
         return f"<ParquetFileFormat read_options={self.read_options}>"
 
     def make_fragment(self, file, filesystem=None,
-                      Expression partition_expression=None, row_groups=None):
+                      Expression partition_expression=None, row_groups=None, 
size=-1):

Review Comment:
   I think you'll want to do something like `max_chunksize` from this code:
   
   
https://github.com/apache/arrow/blob/aca1d3eeed3775c2f02e9f5d59d62478267950b1/python/pyarrow/_flight.pyx#L1132



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