Do not put hive partition columns in format header - fix 87515#87528
Merged
al13n321 merged 2 commits intoClickHouse:masterfrom Sep 24, 2025
Merged
Conversation
Contributor
Author
|
@kssenii Can you have a look? |
Contributor
…k formats that support subset
Contributor
Author
|
CICD failures #86145 |
al13n321
approved these changes
Sep 24, 2025
Merged
via the queue into
ClickHouse:master
with commit Sep 24, 2025
c64eda6
116 of 123 checks passed
Contributor
|
It seems the function test files are in the wrong location. |
Contributor
Author
Ouch, that's true. It's probably because I tested this code in a non related branch and then just moved the files to the proper branch |
1 task
arthurpassos
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Sep 26, 2025
…_columns_in_format_header Do not put hive partition columns in format header - fix 87515
25 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Never put hive partition columns in the format header. Fixes #87515
Documentation entry for user-facing changes