ARROW-5322 : Parquet files with dictionary page offset as 0 is not readable

pyarrow needs to handle dictionary page offset = 0 as a special case to be compatible with java parquet reader.
Adding a parquet file read by java reader and not by parquet reader.
diff --git a/data/dict-page-offset-zero.parquet b/data/dict-page-offset-zero.parquet
new file mode 100644
index 0000000..f9dbd7f
--- /dev/null
+++ b/data/dict-page-offset-zero.parquet
Binary files differ