Skip to content

Commit e67dffd

Browse files
committed
feat: add apache parquet as incompressible
1 parent 80b4e6e commit e67dffd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/custom-types.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,13 @@
196196
"application/vnd.android.package-archive": {
197197
"compressible": false
198198
},
199+
"application/vnd.apache.parquet": {
200+
"compressible": false,
201+
"extensions": ["parquet"],
202+
"sources": [
203+
"https://www.iana.org/assignments/media-types/application/vnd.apache.parquet"
204+
]
205+
},
199206
"application/vnd.apple.pkpass": {
200207
"compressible": false,
201208
"extensions": ["pkpass"],

0 commit comments

Comments
 (0)