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

   ### What
   
   Validate dictionary indices in their native signed or unsigned domain before 
converting them to int. Use the checked physical index for GetEncodedValue as 
well, so malformed scalars return an error instead of wrapping on 32-bit or 
64-bit platforms.
   
   ### Tests
   
   - `go test ./arrow/scalar`
   - `GOOS=linux GOARCH=386 go test -c -o /dev/null ./arrow/scalar`
   - `pre-commit run golangci-lint-full --all-files`
   
   The broader `go test ./arrow/...` run is otherwise green for the reached 
packages but the checkout lacks the CSV/parquet fixture directories.


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