Commits


Joris Van den Bossche authored and David Li committed 077fe643549
ARROW-12299: [Python] Recognize new filesytems in pq.write_to_dataset This adds similar logic as we have in ParquetDataset: if a new-style filesystem is passed (which is not supported in the legacy implementation), automatically default to the new implementation. Closes #9967 from jorisvandenbossche/ARROW-12299 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>