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

   ### What
   
   Hash list scalar values from their logical length, validity, and recursively 
hashed elements instead of physical ArrayData metadata. This keeps equal list 
scalars backed by independent arrays or slices on the same hash path.
   
   ### Tests
   
   - `go test ./arrow/scalar ./arrow/array -count=1`
   - `GOOS=linux GOARCH=386 go test -c -o /dev/null ./arrow/scalar`
   - `pre-commit run golangci-lint-full --all-files`
   
   Regression coverage includes independent backing arrays, zero-copy slices 
with different offsets, extra leading/trailing values, and different validity 
bitmap padding.


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