COMMITS
/ python/pyarrow/fs.py October 13, 2025
T
GH-47559: [Python] Fix missing argument in pyarrow fs (#47497)
TennyZhuang committed
July 1, 2025
K
GH-44900: [Python] Support explicit `fsspec+{protocol}` and `hf://` filesystem URIs (#45089)
Krisztián Szűcs committed
May 12, 2025
C
GH-45619: [Python] Use f-string instead of string.format (#45629)
ChiLin Chiu committed
March 13, 2024
T
GH-39968: [Python][FS][Azure] Minimal Python bindings for `AzureFileSystem` (#40021)
Thomas Newton committed
March 4, 2024
A
GH-20127: [Python] Remove deprecated pyarrow.filesystem legacy implementations (#39825)
Alenka Frim committed
October 24, 2023
P
GH-38364: [Python] Initialize S3 on first use (#38375)
Peter Andreas Entschev committed
September 14, 2023
A
GH-37555: [Python] Update get_file_info_selector to ignore base directory (#37558)
Alenka Frim committed
April 15, 2023
February 22, 2023
W
GH-34118: [C++][Python] Make # of S3 event loop threads configurable (#34134)
Weston Pace committed
January 6, 2023
B
ARROW-15006: [Python][Doc] Add five more numpydoc checks to CI (#15214)
Bryce Mecum committed
December 22, 2022
M
ARROW-18272: [Python] Support filesystem parameter in ParquetFile (#14717)
Miles Granger committed
December 7, 2022
M
ARROW-18123: [Python] Fix writing files with multi-byte characters in file name (#14764)
Miles Granger committed
August 10, 2022
D
ARROW-17057: [Python] S3FileSystem has no parameter for retry strategy (#13633)
Duncan MacQuarrie committed
July 20, 2022
A
ARROW-16094: [Python] Address docstrings in Filesystems (Utilities) (#13582)
Alenka Frim committed
June 12, 2022
E
ARROW-14892: [Python][C++] GCS Bindings (#12763)
emkornfield committed
May 26, 2022
A
ARROW-16018: [Doc][Python] Run doctests on Python docstring examples (CI job)
Alenka Frim committed
April 20, 2022
January 31, 2022
K
MINOR: Fix typos in Python comments and docstrings
Kian-Meng Ang committed
January 19, 2022
A
ARROW-14738: [Python][Doc] Make return types clickable
Alessandro Molina committed
December 23, 2021
A
ARROW-15165: [Python] Expose function to resolve S3 bucket region
Antoine Pitrou committed
December 20, 2021
A
ARROW-10998: [C++] Detect URIs where a filesystem path is expected
Antoine Pitrou committed
October 4, 2021
A
ARROW-13637: [Python] Fix docstrings
Alessandro Molina committed
September 21, 2021
J
ARROW-13652: [Python] Expose copy_files in pyarrow.fs
Joris Van den Bossche committed
June 16, 2021
A
ARROW-13090: [Python] Fix create_dir() implementation in FSSpecHandler
Antoine Pitrou committed
June 1, 2021
A
ARROW-11161: [C++][Python] Add stream metadata
Antoine Pitrou committed
January 25, 2021
J
ARROW-10370: [Python] Clean-up filesystem handling in write_dataset
Joris Van den Bossche committed
December 2, 2020
J
ARROW-10644: [Python] Consolidate path/filesystem handling in pyarrow.dataset and pyarrow.fs
Joris Van den Bossche committed
September 9, 2020
J
ARROW-9936: [Python] Fix / test relative file paths in pyarrow.parquet
Joris Van den Bossche committed
September 7, 2020
J
ARROW-9718: [Python] ParquetWriter to work with new FileSystem API
Joris Van den Bossche committed
August 13, 2020
B
ARROW-9644: [C++][Dataset] Don't apply ignore_prefixes to partition base_dir
Benjamin Kietzman committed
July 15, 2020
J
ARROW-9139: [Python] Switch parquet.read_table to use new datasets API by default
Joris Van den Bossche committed
July 9, 2020
J
ARROW-9383: [Python] Support fsspec filesystems in Dataset API
Joris Van den Bossche committed
July 8, 2020
J
ARROW-9347: [Python] Fix mv in fsspec handler for directories
Joris Van den Bossche committed
July 7, 2020
A
ARROW-9121: [C++] Forbid empty or root path in FileSystem::DeleteDirContents
Antoine Pitrou committed
June 30, 2020
A
ARROW-9261: [Python] Fix CA certificate lookup with S3 filesystem on manylinux
Antoine Pitrou committed
June 25, 2020
J
ARROW-9089: [Python] A PyFileSystem handler for fsspec-based filesystems
Joris Van den Bossche committed
June 18, 2020
J
ARROW-8832: [Python] Provide better error message when S3/HDFS is not enabled in installation
Joris Van den Bossche committed
June 9, 2020
A
ARROW-8766: [Python] Allow implementing filesystems in Python
Antoine Pitrou committed
March 25, 2020
K
ARROW-8059: [Python] Make FileSystem objects serializable
Krisztián Szűcs committed
K
ARROW-7898: [Python] Reduce the number docstring violations using numpydoc
Krisztián Szűcs committed
March 19, 2020
J
ARROW-8136: [Python] More robust inference of local relative path in dataset
Joris Van den Bossche committed
March 5, 2020
S
ARROW-7977: [C++] Rename fs::FileStats to fs::FileInfo
Sutou Kouhei committed
February 13, 2020
A
ARROW-5757: [Python] Remove Python 2.7 support
Antoine Pitrou committed
December 16, 2019
K
ARROW-6463: [C++][Python] Rename arrow::fs::Selector to FileSelector
Krisztián Szűcs committed
December 13, 2019
K
ARROW-6341: [Python] Implement low-level bindings for Dataset
Krisztián Szűcs committed
December 12, 2019
K
ARROW-7310: [Python] Expose HDFS implementation for pyarrow.fs
Krisztián Szűcs committed
November 6, 2019
A
ARROW-7007: [C++] Add use_mmap option to LocalFS
Antoine Pitrou committed
October 1, 2019
K
ARROW-6655: [Python] Filesystem bindings for S3
Krisztián Szűcs committed
September 17, 2019
K
ARROW-5494: [Python] Create FileSystem bindings
Krisztián Szűcs committed