We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5166b5 commit 7ec7d75Copy full SHA for 7ec7d75
pandas/io/parquet.py
@@ -92,9 +92,7 @@ def _get_path_or_handle(
92
pa_fs = import_optional_dependency("pyarrow.fs")
93
94
try:
95
- fs_arrow = import_optional_dependency("fsspec.implementations.arrow")
96
fs, path_or_handle = pa_fs.FileSystem.from_uri(path)
97
- fs = fs_arrow.ArrowFSWrapper(fs)
98
except (TypeError, pa.ArrowInvalid):
99
pass
100
if fs is None:
0 commit comments