Fix flattened Dynamic type serialization with binary encoded data types#102692
Fix flattened Dynamic type serialization with binary encoded data types#102692
Conversation
|
Workflow [PR], commit [9a89987] Summary: ❌
AI ReviewSummaryThis PR fixes flattened Missing context
ClickHouse Rules
Final Verdict
|
LLVM Coverage Report
Changed lines: 100.00% (4/4) · Uncovered code |
|
Unit tests (asan_ubsan) - fixed in master |
|
Hi — this PR may need backporting to Affected code: Why: The FLATTENED serialization path was introduced in PR #80499 (merged 2025-06-04), before the 25.8 release (2025-08-29). The buggy If this should be backported, consider adding |
Cherry pick #102692 to 25.8: Fix flattened Dynamic type serialization with binary encoded data types
…th binary encoded data types
Cherry pick #102692 to 26.1: Fix flattened Dynamic type serialization with binary encoded data types
…th binary encoded data types
Cherry pick #102692 to 26.2: Fix flattened Dynamic type serialization with binary encoded data types
…th binary encoded data types
Cherry pick #102692 to 26.3: Fix flattened Dynamic type serialization with binary encoded data types
…th binary encoded data types
Backport #102692 to 26.3: Fix flattened Dynamic type serialization with binary encoded data types
Backport #102692 to 26.2: Fix flattened Dynamic type serialization with binary encoded data types
Backport #102692 to 26.1: Fix flattened Dynamic type serialization with binary encoded data types
Backport #102692 to 25.8: Fix flattened Dynamic type serialization with binary encoded data types
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix flattened Dynamic type serialization with binary encoded data types. Closes #101911
Documentation entry for user-facing changes