mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
dbms: fixed error [#METR-16779].
This commit is contained in:
parent
3b6ef8b28c
commit
f395a408ef
@ -570,7 +570,7 @@ bool TCPHandler::receiveData()
|
||||
query_context.addExternalTable(external_table_name, storage);
|
||||
}
|
||||
/// Данные будем писать напрямую в таблицу.
|
||||
state.io.out = storage->write(ASTPtr());
|
||||
state.io.out = storage->write(ASTPtr(), query_context.getSettingsRef());
|
||||
}
|
||||
if (block)
|
||||
state.io.out->write(block);
|
||||
|
Loading…
Reference in New Issue
Block a user