mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Add new line at the end of files
This commit is contained in:
parent
6147ad6432
commit
fb8374811a
@ -102,3 +102,4 @@ ${CLICKHOUSE_CLIENT} --query="DROP TABLE arrow_types1"
|
||||
${CLICKHOUSE_CLIENT} --query="DROP TABLE arrow_types2"
|
||||
${CLICKHOUSE_CLIENT} --query="DROP TABLE arrow_types3"
|
||||
${CLICKHOUSE_CLIENT} --query="DROP TABLE arrow_types4"
|
||||
|
||||
|
@ -12,3 +12,4 @@ ${CLICKHOUSE_CLIENT} --query="INSERT INTO TABLE arrow_decimal VALUES (0.123, 0.1
|
||||
${CLICKHOUSE_CLIENT} --query="SELECT * FROM arrow_decimal FORMAT Arrow" | ${CLICKHOUSE_CLIENT} --query="INSERT INTO arrow_decimal FORMAT Arrow"
|
||||
${CLICKHOUSE_CLIENT} --query="SELECT * FROM arrow_decimal"
|
||||
${CLICKHOUSE_CLIENT} --query="DROP TABLE arrow_decimal"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user