Skip to content

Commit ca58154

Browse files
authored
fix streaming from arrow files (#7083)
fix streaming from local arrow files
1 parent be5cff0 commit ca58154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/datasets/utils/file_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ def readline(f: io.RawIOBase):
480480
"pickle",
481481
"rel",
482482
"xml",
483+
"arrow",
483484
]
484485
COMPRESSION_EXTENSION_TO_PROTOCOL = {
485486
# single file compression

0 commit comments

Comments
 (0)