diff --git a/pyiceberg/io/pyarrow.py b/pyiceberg/io/pyarrow.py index 2a10e0ef90..72b386d25a 100644 --- a/pyiceberg/io/pyarrow.py +++ b/pyiceberg/io/pyarrow.py @@ -206,7 +206,7 @@ class PyArrowFile(InputFile, OutputFile): >>> # output_file.create().write(b'foobytes') """ - _fs: FileSystem + _filesystem: FileSystem _path: str _buffer_size: int