Jefffrey commented on issue #10983: URL: https://github.com/apache/arrow-rs/issues/10983#issuecomment-5548604388
saturating makes sense to me, as i think substring that goes beyond bounds of the array doesnt fail it just returns an empty string regarding https://github.com/apache/arrow-rs/pull/10981 i would say this is a different type of bug; https://github.com/apache/arrow-rs/pull/10981 issue was that we cant construct the actual output array type, whereas this issues bug is just about incorrect indexing because of the downcast -- 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]
