AlenkaF commented on issue #41399: URL: https://github.com/apache/arrow/issues/41399#issuecomment-2132771738
I would suggest using `file_visitor` keyword to supply a visitor that will be called with each file created and will store file paths. See https://arrow.apache.org/docs/dev/python/dataset.html#customizing-inspecting-written-files It is available in [`pyarrow.dataset.write_dataset`](https://arrow.apache.org/docs/dev/python/generated/pyarrow.dataset.write_dataset.html) and [`pyarrow.parquet.write_to_dataset`](https://arrow.apache.org/docs/dev/python/generated/pyarrow.parquet.write_to_dataset.html). -- 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]
