This commit is contained in:
Alexey Milovidov 2023-04-10 03:31:43 +02:00
parent dddca7d9a4
commit 8e90b7d446

View File

@ -4,7 +4,7 @@
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
SCHEMADIR=$CURDIR/format_schemas
$CLICKHOUSE_LOCAL <<END
SELECT * FROM format(JSONEachRow, 'x Bool', '{"x": 1}');