mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Add assert src/Storages/StorageURL.cpp
This commit is contained in:
parent
e1e692a968
commit
e7d17573e1
@ -453,6 +453,7 @@ Chunk StorageURLSource::generate()
|
||||
.size = current_file_size,
|
||||
},
|
||||
getContext());
|
||||
chassert(dynamic_cast<ReadWriteBufferFromHTTP *>(read_buf.get()));
|
||||
if (need_headers_virtual_column)
|
||||
{
|
||||
if (!http_response_headers_initialized)
|
||||
|
Loading…
Reference in New Issue
Block a user