Skip to content

Commit 3ea45f8

Browse files
committed
update test
1 parent 0b610cd commit 3ea45f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/queries/0_stateless/03402_fix_pipe_resize_with_two_level_hash.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# Tags: no-fasttest
23

34
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
45
# shellcheck source=../shell_config.sh
@@ -15,8 +16,8 @@ for i in {1..10}; do
1516
done
1617
done
1718

18-
$CLICKHOUSE_CLIENT --query "EXPLAIN PIPELINE SELECT cityHash64(n) % 65556 AS n, sum(1) FROM fileCluster('test_cluster_two_shards_localhost', '${CLICKHOUSE_TEST_UNIQUE_NAME}/file{1..10}.csv', 'CSV', 'n UInt32') GROUP BY n SETTINGS distributed_aggregation_memory_efficient=1, max_threads = 8"
19+
$CLICKHOUSE_CLIENT --query "EXPLAIN PIPELINE SELECT cityHash64(n) % 65536 AS n, sum(1) FROM fileCluster('test_cluster_two_shards_localhost', '${CLICKHOUSE_TEST_UNIQUE_NAME}/file{1..10}.csv', 'CSV', 'n UInt32') GROUP BY n SETTINGS distributed_aggregation_memory_efficient=1, max_threads = 8"
1920

20-
$CLICKHOUSE_CLIENT --query "SELECT cityHash64(n) % 65556 AS n, sum(1) FROM fileCluster('test_cluster_two_shards_localhost', '${CLICKHOUSE_TEST_UNIQUE_NAME}/file{1..10}.csv', 'CSV', 'n UInt32') GROUP BY n FORMAT NULL SETTINGS distributed_aggregation_memory_efficient=1, max_threads = 8"
21+
$CLICKHOUSE_CLIENT --query "SELECT cityHash64(n) % 65536 AS n, sum(1) FROM fileCluster('test_cluster_two_shards_localhost', '${CLICKHOUSE_TEST_UNIQUE_NAME}/file{1..10}.csv', 'CSV', 'n UInt32') GROUP BY n FORMAT NULL SETTINGS distributed_aggregation_memory_efficient=1, max_threads = 8"
2122

2223
rm "${USER_FILES_PATH}"/"${CLICKHOUSE_TEST_UNIQUE_NAME}"/file*.csv

0 commit comments

Comments
 (0)