This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
from 4cc24d29 fix(parquet): limit page allocations (#953)
add 86f155c2 fix(parquet): return decompression errors (#954)
No new revisions were added by this update.
Summary of changes:
parquet/compress/brotli.go | 26 ++++++++++++++++++++++----
parquet/compress/compress.go | 32 ++++++++++++++++++++++++++++++++
parquet/compress/compress_test.go | 28 ++++++++++++++++++++++++++++
parquet/compress/gzip.go | 26 +++++++++++++++++++++-----
parquet/compress/lz4_raw.go | 12 ++++++++++--
parquet/compress/snappy.go | 6 +++++-
parquet/compress/zstd.go | 7 ++++++-
parquet/file/page_reader.go | 11 +++++++++--
8 files changed, 133 insertions(+), 15 deletions(-)