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
fix(proto): prevent duplicate partition statistics on roundtrip (#23999)
## Which issue does this PR close?
- Closes#23998
## Rationale for this change
Decoding a `PartitionedFile` re-appended partition-column statistics
already present in protobuf.
## What changes are included in this PR?
Assign decoded statistics directly.
## Are these changes tested?
Yes new roundtrip test for this
## Are there any user-facing changes?
no
---------
Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
0 commit comments