ClickHouse/tests/queries/0_stateless/02500_remove_redundant_distinct_analyzer.sh
2023-04-12 11:42:03 +00:00

9 lines
267 B
Bash
Executable File

#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
# shellcheck source=./02500_remove_redundant_distinct.sh
ENABLE_ANALYZER=1 . "$CURDIR"/02500_remove_redundant_distinct.sh