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

   This is a question more than an issue so my understanding is that it's ok to 
open here rather than JIRA.
   
   I am using the parquet 
[write_table](https://arrow.apache.org/docs/python/generated/pyarrow.parquet.write_table.html)
 method to write parquet objects to an S3 bucket.
   
   I wish to know if there is a way to obtain the **number of files** that will 
be written in advance. I don't need the actual file names, just the total 
number of files written as a result of that api call. I know that the number is 
determined by the `row_group_size` parameter in the call, but cannot figure out 
how to convert that figure into a number of files written.
   
   Cheers,
   


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