Skip to content

Commit

Permalink
fix streaming from arrow files (#7083)
Browse files Browse the repository at this point in the history
fix streaming from local arrow files
  • Loading branch information
fschlatt authored Aug 30, 2024
1 parent be5cff0 commit ca58154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datasets/utils/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ def readline(f: io.RawIOBase):
"pickle",
"rel",
"xml",
"arrow",
]
COMPRESSION_EXTENSION_TO_PROTOCOL = {
# single file compression
Expand Down

0 comments on commit ca58154

Please sign in to comment.