This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 8eb0213 Add bad_data/ directory
8eb0213 is described below
commit 8eb0213c491752c9bbb1b884fcbb21deb548e464
Author: Wes McKinney <[email protected]>
AuthorDate: Mon Dec 24 16:01:58 2018 -0600
Add bad_data/ directory
---
bad_data/PARQUET-1481.parquet | Bin 0 -> 451 bytes
bad_data/README.md | 6 ++++++
2 files changed, 6 insertions(+)
diff --git a/bad_data/PARQUET-1481.parquet b/bad_data/PARQUET-1481.parquet
new file mode 100644
index 0000000..614912f
Binary files /dev/null and b/bad_data/PARQUET-1481.parquet differ
diff --git a/bad_data/README.md b/bad_data/README.md
new file mode 100644
index 0000000..e714b14
--- /dev/null
+++ b/bad_data/README.md
@@ -0,0 +1,6 @@
+# "Bad Data" files
+
+These are files used for reproducing various bugs that have been reported.
+
+* PARQUET-1481.parquet: tests a case where a schema Thrift value has been
+ corrupted
\ No newline at end of file