mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Better
This commit is contained in:
parent
4a88e5f281
commit
92446b1b88
@ -24,5 +24,5 @@ cd /usr/share/clickhouse-test/queries/0_stateless/test_minio
|
||||
FILES=$(ls .)
|
||||
for FILE in $FILES; do
|
||||
echo $FILE;
|
||||
./mc cp $FILE myminio/test/$FILE;
|
||||
./mc cp $FILE clickminio/test/$FILE;
|
||||
done
|
||||
|
@ -1,6 +1,6 @@
|
||||
DROP TABLE IF EXISTS table_with_range;
|
||||
|
||||
CREATE TABLE table_with_range(`name` String,`number` UInt32) ENGINE = S3('http://localhost:11111/test/tsv_with_header.tsv', 'lapa', 'lapalapa', 'TSVWithNames') SETTINGS input_format_with_names_use_header = 1;
|
||||
CREATE TABLE table_with_range(`name` String,`number` UInt32) ENGINE = S3('http://localhost:11111/test/tsv_with_header.tsv', 'test', 'test', 'TSVWithNames') SETTINGS input_format_with_names_use_header = 1;
|
||||
|
||||
select * from table_with_range;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user