Skip to content

Commit

Permalink
Python: Use fsspec implementation of LocalFileSystem (apache#7432)
Browse files Browse the repository at this point in the history
instead of pyarrow implementation of LocalFileSystem
  • Loading branch information
kevinjqliu authored Apr 26, 2023
1 parent f70e52c commit 455542d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyiceberg/io/fsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from botocore import UNSIGNED
from botocore.awsrequest import AWSRequest
from fsspec import AbstractFileSystem
from pyarrow.filesystem import LocalFileSystem
from fsspec.implementations.local import LocalFileSystem
from requests import HTTPError

from pyiceberg.catalog import TOKEN
Expand Down

0 comments on commit 455542d

Please sign in to comment.