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


##########
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 removed this but in some places that we explicitly say "readers may assume 
...." to set expectation and I think that is also not a hard requirement? 
Wondering if we do the same here so if it's `optional group event_type`, the 
readers may accept such data.
   
   >> Readers may always assume that data is written correctly and that only 
`value` or `typed_value` is defined.
   



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