Improved getting of alter conversions for queries#65832
Improved getting of alter conversions for queries#65832CurtizJ merged 17 commits intoClickHouse:masterfrom
Conversation
|
This is an automated comment for commit 6042637 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
8a50fbd to
096616b
Compare
261a73c to
2df3e99
Compare
| *global_ctx->data, | ||
| global_ctx->storage_snapshot, | ||
| global_ctx->future_part->parts[part_num], | ||
| global_ctx->alter_conversions[part_num], |
There was a problem hiding this comment.
Maybe store it inside future_part (just to avoid this indexing)?
There was a problem hiding this comment.
I didn't get how it will help to avoid indexing because we need to store a vector of alter conversions anyways. But it will required injecting context and metadata snapshot to FutureMergedMutatedPart which may be inconvenient in some places.
src/Processors/QueryPlan/Optimizations/optimizeUseNormalProjection.cpp
Outdated
Show resolved
Hide resolved
b882c51 to
70fba65
Compare
70fba65 to
6042637
Compare
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240906) * Fix build due to ClickHouse/ClickHouse#65832 * Fix UT due to ClickHouse/ClickHouse#65832 * Fix conflict with #7122 * Fix conflict with #7029 * Run GlutenClickHouseMergeTreeCacheDataSSuite locally --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
) * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240906) * Fix build due to ClickHouse/ClickHouse#65832 * Fix UT due to ClickHouse/ClickHouse#65832 * Fix conflict with apache#7122 * Fix conflict with apache#7029 * Run GlutenClickHouseMergeTreeCacheDataSSuite locally --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
) * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240906) * Fix build due to ClickHouse/ClickHouse#65832 * Fix UT due to ClickHouse/ClickHouse#65832 * Fix conflict with apache#7122 * Fix conflict with apache#7029 * Run GlutenClickHouseMergeTreeCacheDataSSuite locally --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
|
@CurtizJ Hi, if it would be possible to merge the pr into the I'm currently experiencing a performance issue related to lock contention with |
|
Hi @CurtizJ I hope you're doing well. I wanted to follow up on my previous message. When you have a moment, could you please take a look? Your input would be greatly appreciated. Thank you! |
Improved getting of alter conversions for queries
Improved getting of alter conversions for queries
Changelog category (leave one):
CI Settings (Only check the boxes if you know what you are doing):