fallintoplace opened a new pull request, #993: URL: https://github.com/apache/arrow-go/pull/993
## Summary - validate known null counts against the validity bitmap during ValidateFull - add a regression test for arrays whose metadata null count disagrees with the bitmap ## Why ValidateFull currently bounds-checks a known null count but does not verify that it matches the actual bitmap. That lets malformed arrays pass validation even though downstream code can observe contradictory null metadata. ## Validation - go test ./arrow/array - go test ./arrow/compute/exec -- 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]
