Skip to content

Commit

Permalink
Register parquet file format
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Dec 18, 2017
1 parent fd7bf2f commit 81f2195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ add_format(format"SAS", UInt8[0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0xc2, 0xea, 0x81, 0x60,0xb3, 0x14, 0x11,
0xcf, 0xbd, 0x92, 0x08, 0x00, 0x09, 0xc7, 0x31, 0x8c, 0x18, 0x1f,
0x10, 0x11], [".sas7bdat"], [:StatFiles, LOAD])
add_format(format"Parquet", "PAR1", [".parquet"], [:ParquetFiles, LOAD])

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

0 comments on commit 81f2195

Please sign in to comment.