wgtmac commented on PR #466:
URL: https://github.com/apache/parquet-format/pull/466#issuecomment-2503398615

   Perhaps add them like this? @pitrou 
   ```
   WARNING: WRITERS SHOULD NOT PRODUCE LIST TYPES LIKE THESE EXAMPLES!
   THEY ARE FOR THE PURPOSE OF READING EXISTING DATA ONLY.
   
   // List<Integer> (non-null list, non-null elements)
   repeated int32 num;
   
   // List<Tuple<Integer, String>> (non-null list, non-null elements)
   repeated group my_list {
     required int32 num;
     optional binary str (STRING);
   }
   ```


-- 
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: issues-unsubscr...@parquet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@parquet.apache.org
For additional commands, e-mail: issues-h...@parquet.apache.org

Reply via email to