fallintoplace opened a new pull request, #930:
URL: https://github.com/apache/arrow-go/pull/930

   ### What
   
   Make top-level `Validate` and `ValidateFull` walk nested array data. Parent 
layouts, child counts and types, dictionary indices and values, and extension 
storage are checked before recursive validation. Errors include a path such as 
`field "orders" -> list values -> field "name"`. Ordinary list and large-list 
offsets are now validated fully as well.
   
   ### Tests
   
   - `go test ./arrow/array -count=1`
   - `GOOS=linux GOARCH=386 go test -c -o /dev/null ./arrow/array`
   - `pre-commit run golangci-lint-full --all-files`
   
   Regression coverage includes malformed `Struct -> List -> Struct -> String`, 
dictionary values, and non-monotonic list offsets.


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