diff --git a/data/README.md b/data/README.md index 2782a93..70bfb21 100644 --- a/data/README.md +++ b/data/README.md @@ -51,6 +51,7 @@ | concatenated_gzip_members.parquet | 513 UINT64 numbers compressed using 2 concatenated gzip members in a single data page | | byte_stream_split.zstd.parquet | Standard normals with `BYTE_STREAM_SPLIT` encoding. See [note](#byte-stream-split) below | | incorrect_map_schema.parquet | Contains a Map schema without explicitly required keys, produced by Presto. See [note](#incorrect-map-schema) | +| column_chunk_key_value_metadata.parquet | two INT32 columns, one with column chunk key-value metadata {"foo": "bar", "thisiskeywithoutvalue": null} note that the second key "thisiskeywithoutvalue", does not have a value, but the value can be mapped to an empty string "" when read depending on the client | TODO: Document what each file is in the table above. @@ -425,4 +426,4 @@ message hive_schema { } } } -``` \ No newline at end of file +``` diff --git a/data/column_chunk_key_value_metadata.parquet b/data/column_chunk_key_value_metadata.parquet new file mode 100644 index 0000000..bcaf871 Binary files /dev/null and b/data/column_chunk_key_value_metadata.parquet differ