Skip to content

25.8 Stable Backport of #96118 - Fix Gorilla codec decompression when data_bytes_size exceeds data size#2021

Open
mkmkme wants to merge 1 commit into
stable-25.8from
backports/25.8/96118
Open

25.8 Stable Backport of #96118 - Fix Gorilla codec decompression when data_bytes_size exceeds data size#2021
mkmkme wants to merge 1 commit into
stable-25.8from
backports/25.8/96118

Conversation

@mkmkme

@mkmkme mkmkme commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Fix Gorilla codec decompression when data_bytes_size exceeds data size

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fix a regression with the Gorilla codec when an explicitly specified size does not correspond to the data type size, and the buffer size is too small. In previous versions, it threw an exception on decompression. Closes ClickHouse#78253 (ClickHouse#96118 by @alexey-milovidov)

Documentation entry for user-facing changes

...

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • Aarch64 tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • OAuth (5m)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • S3 Export (2h)
  • Swarms (30m)
  • Tiered Storage (2h)

…-mismatched-size

Fix Gorilla codec decompression when `data_bytes_size` exceeds data size
@mkmkme mkmkme added 25.8 25.8 Altinity Stable 25.8.24.10001 stable-25.8 labels Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Workflow [PR], commit [d930fa3]

@mkmkme mkmkme changed the title Merge pull request #96118 from ClickHouse/fix-gorilla-codec-mismatched-size 25.8 Stable Backport of 96118 - Fix Gorilla codec decompression when data_bytes_size exceeds data size Jul 8, 2026
@mkmkme mkmkme changed the title 25.8 Stable Backport of 96118 - Fix Gorilla codec decompression when data_bytes_size exceeds data size 25.8 Stable Backport of #96118 - Fix Gorilla codec decompression when data_bytes_size exceeds data size Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants