From fb6fe7a29d20c2484d897b068c86674f25d8ef18 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 18 Jul 2021 18:07:32 +0300 Subject: [PATCH] Whitespaces --- .../0_stateless/01508_partition_pruning_long.sh | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/tests/queries/0_stateless/01508_partition_pruning_long.sh b/tests/queries/0_stateless/01508_partition_pruning_long.sh index 1b3c524ac77..745d08496a7 100755 --- a/tests/queries/0_stateless/01508_partition_pruning_long.sh +++ b/tests/queries/0_stateless/01508_partition_pruning_long.sh @@ -1,22 +1,15 @@ #!/usr/bin/env bash -#------------------------------------------------------------------------------------------- # Description of test result: -# Test the correctness of the partition -# pruning +# Test the correctness of the partition pruning # -# Script executes queries from a file 01508_partition_pruning_long.queries (1 line = 1 query) -# Queries are started with 'select' (but NOT with 'SELECT') are executed with log_level=debug -#------------------------------------------------------------------------------------------- +# Script executes queries from a file 01508_partition_pruning_long.queries (1 line = 1 query) +# Queries are started with 'select' (but NOT with 'SELECT') are executed with log_level=debug CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # shellcheck source=../shell_config.sh . "$CURDIR"/../shell_config.sh -#export CLICKHOUSE_CLIENT="clickhouse-client --send_logs_level=none" -#export CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=none -#export CURDIR=. - queries="${CURDIR}/01508_partition_pruning_long.queries" while IFS= read -r sql