fallintoplace opened a new pull request, #1129: URL: https://github.com/apache/arrow-go/pull/1129
When a signed dictionary index is validated, the dictionary length was converted to the index type before comparison. A 128-entry dictionary became an upper bound of -128 for int8 and rejected valid indices.\n\nThis widens the signed comparison and adds a boundary test.\n\nTests: go test ./arrow/array -- 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]
