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,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', '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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user