mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Fixup
This commit is contained in:
parent
dddca7d9a4
commit
8e90b7d446
@ -4,7 +4,7 @@
|
|||||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||||
# shellcheck source=../shell_config.sh
|
# shellcheck source=../shell_config.sh
|
||||||
. "$CURDIR"/../shell_config.sh
|
. "$CURDIR"/../shell_config.sh
|
||||||
SCHEMADIR=$CURDIR/format_schemas
|
|
||||||
|
|
||||||
$CLICKHOUSE_LOCAL <<END
|
$CLICKHOUSE_LOCAL <<END
|
||||||
SELECT * FROM format(JSONEachRow, 'x Bool', '{"x": 1}');
|
SELECT * FROM format(JSONEachRow, 'x Bool', '{"x": 1}');
|
||||||
|
Loading…
Reference in New Issue
Block a user