wgtmac commented on code in PR #61:
URL: https://github.com/apache/parquet-testing/pull/61#discussion_r1824395335
##########
data/README.md:
##########
@@ -54,6 +54,7 @@
| 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 |
| sorting_columns.parquet | INT64 and BYTE_ARRAY columns with first column
with nulls first and descending, second column with nulls last and ascending.
This file contains two row groups with same data and sorting columns. |
| old_list_structure.parquet | Single LIST<LIST<INT32>> column with legacy
two-level list structure. See [old_list_structure.md](old_list_structure.md) |
+| repeated_primitive_no_list.parquet | INT32 and BYTE_ARRAY REPEATED primitive
fields not contained in a LIST annotated group. See
[note](#Primitive-REPEATED-fields-with-no-LIST-schema) |
Review Comment:
```suggestion
| repeated_primitive_no_list.parquet | REPEATED INT32 and BYTE_ARRAY fields
without LIST annotation. See
[note](#REPEATED-primitive-fields-with-no-LIST-annotation) |
```
##########
data/README.md:
##########
@@ -430,3 +431,20 @@ message hive_schema {
}
}
```
+
+## Primitive REPEATED fields with no LIST schema
Review Comment:
```suggestion
## REPEATED primitive fields with no LIST annotation
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]