etseidl opened a new pull request, #9924:
URL: https://github.com/apache/arrow-rs/pull/9924

   # Which issue does this PR close?
   
   - Part of #9923.
   
   # Rationale for this change
   
   A first attempt at adding some validation. This will check that the encoded 
list element type matches what is expected from the Parquet schema.
   
   # What changes are included in this PR?
   Adds an `ELEMENT_TYPE` to the `ReadThrift` trait for use in validating data 
types in `read_thrift_vec`.
   
   # Are these changes tested?
   
   Should be covered by existing. These changes also cause an earlier error 
detection in an existing test of malformed data. 
   
   # Are there any user-facing changes?
   
   No, just improves error handling
   


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

Reply via email to