HaoYang670 opened a new pull request #1409: URL: https://github.com/apache/arrow-rs/pull/1409
Signed-off-by: remzi <[email protected]> # Which issue does this PR close? Closes #1408. # Rationale for this change Replace `clamp(-offset, 0, value_len)` by `clamp_min(-offset, 0)`. Because we have compared `offset` and `value_len` before. # Are there any user-facing changes? No -- 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]
