summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/test.py2
-rw-r--r--test/testdata/test.snappy.parquetbin0 -> 654 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/test/test.py b/test/test.py
index d067b15..266d214 100755
--- a/test/test.py
+++ b/test/test.py
@@ -64,6 +64,7 @@ class MagicTest(unittest.TestCase):
'magic._pyc_': 'application/octet-stream',
'test.pdf': 'application/pdf',
'test.gz': ('application/gzip', 'application/x-gzip'),
+ 'test.snappy.parquet': 'application/octet-stream',
'text.txt': 'text/plain',
b'\xce\xbb'.decode('utf-8'): 'text/plain',
b'\xce\xbb': 'text/plain',
@@ -90,6 +91,7 @@ class MagicTest(unittest.TestCase):
'from Unix, original size modulo 2^32 15'
),
'text.txt': 'ASCII text',
+ 'test.snappy.parquet': 'Apache Parquet'
}, buf_equals_file=False)
finally:
del os.environ['TZ']
diff --git a/test/testdata/test.snappy.parquet b/test/testdata/test.snappy.parquet
new file mode 100644
index 0000000..c2f96f6
--- /dev/null
+++ b/test/testdata/test.snappy.parquet
Binary files differ