Jefffrey opened a new pull request, #10199:
URL: https://github.com/apache/arrow-rs/pull/10199

   as identified by
   
   - https://github.com/apache/arrow-rs/pull/9975
   
   this benchmark was panicking when run, because it was passing a 1-len array 
as an `ArrayRef` instead of a `Scalar` and thus indexing the 2nd/3rd element 
was causing out of bounds panic; when wrapped in `Scalar` the single element 
will be repeated so it wouldn't index out of bounds it would just get the first 
element


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