Skip to content

Commit 0e8a801

Browse files
Remove 'size' method from ArrowFile
Removed 'size' from the list of supported methods.
1 parent 3b3906c commit 0e8a801

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fsspec/implementations/arrow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def get_file(self, rpath, lpath, **kwargs):
223223
"readable",
224224
"writable",
225225
"close",
226-
"size",
227226
"seekable",
228227
],
229228
)

0 commit comments

Comments
 (0)