You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include footer key metadata when writing encrypted Parquet with a plaintext footer (#7600)
# Which issue does this PR close?
Closes#7599.
# Rationale for this change
Written plaintext footer file will not include
`footer_signing_key_metadata`, see proposed test for reproduction.
Written encrypted non-plaintext footer files shouldn't include
`encryption_algorithm`, see proposed test for reproduction.
# What changes are included in this PR?
`footer_signing_key_metadata` is now included in plaintext footer file
and `encryption_algorithm` is not included in the footer if footer is
non-plaintext.
# Are there any user-facing changes?
This doesn't change user facing API.
0 commit comments