You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/12 13:52:48 UTC

[GitHub] [arrow-rs] alamb opened a new issue, #1544: Add CI check for full validation mode

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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-rs] alamb closed issue #1544: Add CI check for full validation mode

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1544: Add CI check for full validation mode
URL: https://github.com/apache/arrow-rs/issues/1544


-- 
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: github-unsubscribe@arrow.apache.org

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