mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
Fix test
This commit is contained in:
parent
ee54c4f9b7
commit
9eb3e9cb9a
@ -7,4 +7,4 @@ select * from file('02267_data*.jsonl') order by x;
|
||||
insert into function file('02267_data1.jsonl', 'TSV') select 1 as x;
|
||||
insert into function file('02267_data1.jsonl', 'TSV') select [1,2,3] as x;
|
||||
|
||||
select * from file('02267_data*.jsonl'); --{serverError CANNOT_EXTRACT_TABLE_STRUCTURE}
|
||||
select * from file('02267_data*.jsonl') settings use_cache_for_file_schema_inference=0; --{serverError CANNOT_EXTRACT_TABLE_STRUCTURE}
|
||||
|
Loading…
Reference in New Issue
Block a user