Skip to content

Commit 7ec7d75

Browse files
committed
Try without fsspec wrapper
1 parent c5166b5 commit 7ec7d75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/io/parquet.py

-2
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ def _get_path_or_handle(
9292
pa_fs = import_optional_dependency("pyarrow.fs")
9393

9494
try:
95-
fs_arrow = import_optional_dependency("fsspec.implementations.arrow")
9695
fs, path_or_handle = pa_fs.FileSystem.from_uri(path)
97-
fs = fs_arrow.ArrowFSWrapper(fs)
9896
except (TypeError, pa.ArrowInvalid):
9997
pass
10098
if fs is None:

0 commit comments

Comments
 (0)