One more test

This commit is contained in:
Alexey Milovidov 2021-07-02 03:57:46 +03:00
parent 0e621788c7
commit b8a0b4caf4
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CUR_DIR"/../shell_config.sh
${CLICKHOUSE_CURL} -sS -XPOST "${CLICKHOUSE_URL}&param_lim=2" --data-binary 'select length(topKArray({lim:UInt32})([1,1,2,3,4,5,6,7,7,7]))'