Fix S3 stateless tests

This commit is contained in:
vdimir 2021-08-30 11:34:02 +03:00 committed by Nikita Mikhaylov
parent 56a3675591
commit bef0628522
3 changed files with 28 additions and 28 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
ClickHouse 1 ClickHouse 1
Hello 2 Hello 2
Hedhehog 3 Hedhehog 3

View File

@ -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;