Skip to content

Commit

Permalink
add .pq extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed Dec 5, 2024
1 parent c9d3450 commit 76ec9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datasets/packaged_modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def _hash_python_lines(lines: List[str]) -> str:
# ndjson is no longer maintained (see: https://github.com/ndjson/ndjson-spec/issues/35#issuecomment-1285673417)
".ndjson": ("json", {}),
".parquet": ("parquet", {}),
".pq": ("parquet", {}),
".geoparquet": ("parquet", {}),
".gpq": ("parquet", {}),
".arrow": ("arrow", {}),
Expand Down

0 comments on commit 76ec9b0

Please sign in to comment.