jorisvandenbossche commented on issue #39447: URL: https://github.com/apache/arrow/issues/39447#issuecomment-1881087212
Just a note that there exists a `FilenamePartitioning` (eg see third bullet point in https://arrow.apache.org/docs/python/generated/pyarrow.dataset.partitioning.html), that will give you file names with the partitioning values included. However, that's a custom filename-based partitioning scheme, and so you cannot combine that with a hive or directory partitioning (and so I assume not what you want in this case). -- 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]
