mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
check style
This commit is contained in:
parent
9341bbe197
commit
5c0d88221f
@ -6,6 +6,6 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|||||||
|
|
||||||
$CLICKHOUSE_CLIENT -q "drop table if exists test"
|
$CLICKHOUSE_CLIENT -q "drop table if exists test"
|
||||||
$CLICKHOUSE_CLIENT -q "create table test(id UInt64, t DateTime64) Engine=MergeTree order by id"
|
$CLICKHOUSE_CLIENT -q "create table test(id UInt64, t DateTime64) Engine=MergeTree order by id"
|
||||||
$CLICKHOUSE_CLIENT -q "insert into test from infile '"$CURDIR"/data_orc/read_time_zone.snappy.orc' SETTINGS input_format_orc_read_use_writer_time_zone=true FORMAT ORC"
|
$CLICKHOUSE_CLIENT -q "insert into test from infile '$CURDIR/data_orc/read_time_zone.snappy.orc' SETTINGS input_format_orc_read_use_writer_time_zone=true FORMAT ORC"
|
||||||
$CLICKHOUSE_CLIENT -q "select * from test"
|
$CLICKHOUSE_CLIENT -q "select * from test"
|
||||||
$CLICKHOUSE_CLIENT -q "drop table test"
|
$CLICKHOUSE_CLIENT -q "drop table test"
|
Loading…
Reference in New Issue
Block a user