diff --git a/data/README.md b/data/README.md index 78bb2ba..0e7381d 100644 --- a/data/README.md +++ b/data/README.md @@ -27,6 +27,7 @@ | delta_encoding_optional_column.parquet | optional INT64 and STRING columns with delta encoding. See [delta_encoding_optional_column.md](delta_encoding_optional_column.md) for details. | | nested_structs.rust.parquet | Used to test that the Rust Arrow reader can lookup the correct field from a nested struct. See [ARROW-11452](https://issues.apache.org/jira/browse/ARROW-11452) | | data_index_bloom_encoding_stats.parquet | optional STRING column. Contains optional metadata: bloom filters, column index, offset index and encoding stats. | +|null_list.parquet | an empty list. Generated from this json `{"emptylist":[]}` and for the purposes of testing correct read/write behaviour of this base case. | TODO: Document what each file is in the table above. diff --git a/data/null_list.parquet b/data/null_list.parquet new file mode 100644 index 0000000..ae0d0c5 Binary files /dev/null and b/data/null_list.parquet differ