Commits


Joris Van den Bossche authored and François Saint-Jacques committed ac3bfe47821
ARROW-8244: [Python] Fix parquet.write_to_dataset to set file path in metadata_collector This explores a potential fix for ARROW-8244, it seems rather straightforward to set the file path in `write_to_dataset` (`write_table` does not do this, because there the user passes a full path, so no relative path is known). cc @rjzamora does this look the correct logic? Closes #6797 from jorisvandenbossche/ARROW-8244 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: François Saint-Jacques <fsaintjacques@gmail.com>