Skip to content

Commit 9e91879

Browse files
authored
Merge pull request ClickHouse#80712 from ClickHouse/fix-03518_key_condition_binary_search
Fix 03518_key_condition_binary_search disabling it for ParallelReplicas
2 parents ffb1070 + bd76990 commit 9e91879

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/queries/0_stateless/03518_key_condition_binary_search.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
2+
# Tags: no-parallel-replicas
3+
# no-parallel-replicas: the ProfileEvents with the expected values are reported on the replicas the query runs in,
4+
# and the coordinator does not collect all ProfileEvents values.
25

36
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
47
# shellcheck source=../shell_config.sh

0 commit comments

Comments
 (0)