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
Parquet: Do not compress v2 data page when compress is bad quality (apache#8257)
# Which issue does this PR close?
- Closesapache#8256 .
# Rationale for this change
Do not compress v2 data page when compress is bad quality ( compressed
size is greater or equal to uncompressed_size )
# What changes are included in this PR?
Discard compression when it's too large
# Are these changes tested?
Covered by existing
# Are there any user-facing changes?
No
0 commit comments