PR: distinct in order with disabled read in order optimization#75260
PR: distinct in order with disabled read in order optimization#75260devcrafter wants to merge 25 commits intomasterfrom
Conversation
|
This is an automated comment for commit 241acca 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
|
|
|
|
The |
jkartseva
left a comment
There was a problem hiding this comment.
LGTM. 03352_concurrent_rename_alter is flaky on master
|
The new test has failed: https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=75260&sha=cfa693dc9a257e777df796150396a1b81b30c30d&name_0=PR&name_1=Stateless+tests+%28release%2C+ParallelReplicas%2C+s3+storage%29&name_2=02317_distinct_in_order_optimization |
|
It turns out the issue is wider, - any in order optimization can lead to different reading modes on local and remote node. The straight option is to disable in order optimizations with PR, but it looks too much. A proper solution could be restricting optimization scope for local plan (on initiator) The way to fix it is to restrict optimization scope on initiator for local plan, so the in order optimization will not be pushed down to subquery reading step |
|
Dear @jkartseva, this PR hasn't been updated for a while. You will be unassigned. Will you continue working on it? If so, please feel free to reassign yourself. |
|
Dear @jkartseva, this PR hasn't been updated for a while. You will be unassigned. Will you continue working on it? If so, please feel free to reassign yourself. |
|
@devcrafter, exactly the same bug appears in the results of the checks. |
ClickHouse/tests/parallel_replicas_blacklist.txt
Lines 36 to 37 in 88ddc3c
Fixes #75961
Changelog category (leave one):
CI Settings (Only check the boxes if you know what you are doing)
All builds in Builds_1 and Builds_2 stages are always mandatory and will run independently of the checks below: