mapleFU opened a new pull request, #8252: URL: https://github.com/apache/arrow-rs/pull/8252
# Which issue does this PR close? - Closes #8247 . # Rationale for this change When concat array, the final value might: 1. unwrap when adding 2. unlucky, some even not unwrap, leaving a negative offset at ending of offsets, causing coredump # What changes are included in this PR? Prevent from offset here # Are these changes tested? * [ ] To add ( I don't know memory size would be too large for this?) # Are there any user-facing changes? Just a bugfix -- 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]
