rdblue commented on code in PR #512:
URL: https://github.com/apache/parquet-format/pull/512#discussion_r2255180078


##########
VariantShredding.md:
##########
@@ -193,6 +192,7 @@ optional group event (VARIANT) {
 ```
 
 The group for each named field must use repetition level `required`.
+Readers may always assume the group is annotated correctly.

Review Comment:
   I don't think this is a requirement. The requirement that is already here is 
that writers produce `required` fields. Readers are free to accept data that is 
slightly malformed, but this is not a requirement. I don't think this should be 
in the spec.



-- 
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]

Reply via email to