alamb opened a new issue, #1544:
URL: https://github.com/apache/arrow-rs/issues/1544

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   Usecase
   We have a full validation mode that validates the full contents of creating 
Arrays but it is (on purpose) not called in many places in arrow  for 
performance reasons: 
https://docs.rs/arrow/11.1.0/arrow/array/struct.ArrayData.html#method.validate_full
   
   This leads to two possible issues:
   1. Lack of teset coverage of arrays constructed within arrow
   2. Possible Lack of test coverage of the validation routine itself
   
   
   **Describe the solution you'd like**
   1. Add a feature flag that forced the validation check for *all* array 
creations (defaults to off)
   2. Add a new CI check that runs with this flag on
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features 
you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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