Disable parallelize query processing right after reading FROM when distributed_aggregation_memory_efficient enabled#78500
Conversation
…stributed_aggregation_memory_efficient enabled
Look likes the problem be fixed in master branch accident by refactor Should we still keep the fix? |
I'm not sure about the fix but we better to add a test, otherwise it will be broken by the next refactoring |
I have add a simple test, but due to it has been fixed by above code refactor, so it can not be validated. |
a724d31
|
@nickitat |
Hi, to what version? |
|
25.3 |
Cherry pick #78500 to 25.3: Disable parallelize query processing right after reading FROM when distributed_aggregation_memory_efficient enabled
…fter reading FROM when distributed_aggregation_memory_efficient enabled
Backport #78500 to 25.3: Disable parallelize query processing right after reading FROM when distributed_aggregation_memory_efficient enabled
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Disable parallelize query processing right after reading FROM when
distributed_aggregation_memory_efficientenabled, it may lead to logical error. Closes #76934.Documentation entry for user-facing changes