mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update 01508_partition_pruning.sh
This commit is contained in:
parent
a8618c96f7
commit
0dd244126d
@ -1,10 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#--------------------------------------------
|
||||
#-------------------------------------------------------------------------------------------
|
||||
# Description of test result:
|
||||
# Test the correctness of the partition
|
||||
# pruning
|
||||
#--------------------------------------------
|
||||
#
|
||||
# Script executes queries from a file 01508_partition_pruning.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)
|
||||
. "$CURDIR"/../shell_config.sh
|
||||
|
Loading…
Reference in New Issue
Block a user