mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix S3 stateless tests
This commit is contained in:
parent
56a3675591
commit
bef0628522
@ -1,24 +1,24 @@
|
|||||||
0 0 0
|
0 0 0
|
||||||
0 0 0
|
0 0 0
|
||||||
0 0 0
|
0 0 0
|
||||||
1 2 3
|
1 2 3
|
||||||
4 5 6
|
4 5 6
|
||||||
7 8 9
|
7 8 9
|
||||||
10 11 12
|
10 11 12
|
||||||
13 14 15
|
13 14 15
|
||||||
16 17 18
|
16 17 18
|
||||||
20 21 22
|
20 21 22
|
||||||
23 24 25
|
23 24 25
|
||||||
26 27 28
|
26 27 28
|
||||||
0 0 0
|
0 0 0
|
||||||
0 0 0
|
0 0 0
|
||||||
0 0 0
|
0 0 0
|
||||||
1 2 3
|
1 2 3
|
||||||
4 5 6
|
4 5 6
|
||||||
7 8 9
|
7 8 9
|
||||||
10 11 12
|
10 11 12
|
||||||
13 14 15
|
13 14 15
|
||||||
16 17 18
|
16 17 18
|
||||||
20 21 22
|
20 21 22
|
||||||
23 24 25
|
23 24 25
|
||||||
26 27 28
|
26 27 28
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
ClickHouse 1
|
ClickHouse 1
|
||||||
Hello 2
|
Hello 2
|
||||||
Hedhehog 3
|
Hedhehog 3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
DROP TABLE IF EXISTS table_with_range;
|
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', 'test', 'test', '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', 'testtest', 'TSVWithNames') SETTINGS input_format_with_names_use_header = 1;
|
||||||
|
|
||||||
select * from table_with_range;
|
select * from table_with_range;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user