Skip to content

Commit 81f2195

Browse files
committed
Register parquet file format
1 parent fd7bf2f commit 81f2195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/registry.jl

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ add_format(format"SAS", UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
3838
0x00, 0x00, 0x00, 0x00, 0x00, 0xc2, 0xea, 0x81, 0x60,0xb3, 0x14, 0x11,
3939
0xcf, 0xbd, 0x92, 0x08, 0x00, 0x09, 0xc7, 0x31, 0x8c, 0x18, 0x1f,
4040
0x10, 0x11], [".sas7bdat"], [:StatFiles, LOAD])
41+
add_format(format"Parquet", "PAR1", [".parquet"], [:ParquetFiles, LOAD])
4142

4243
# Image formats
4344
add_format(format"PBMBinary", b"P4", ".pbm", [:ImageMagick])

0 commit comments

Comments
 (0)