apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.63k stars 803 forks source link

check sign_payload instead of skip_signature before computing checksum #6698

Closed mherrerarendon closed 2 weeks ago

mherrerarendon commented 2 weeks ago

Which issue does this PR close?

Closes #6697

What changes are included in this PR?

Checks for sign_payload instead of !skip_signature before generating the payload checksum

Are there any user-facing changes?

Yes