mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 12:52:37 +00:00
remove sendProgress call when reading data
This commit is contained in:
parent
266e854560
commit
ccde2a3cdd
@ -1009,7 +1009,6 @@ void TCPHandler::readData(QueryState & state)
|
|||||||
|
|
||||||
while (receivePacketsExpectData(state))
|
while (receivePacketsExpectData(state))
|
||||||
{
|
{
|
||||||
sendProgress(state);
|
|
||||||
sendLogs(state);
|
sendLogs(state);
|
||||||
sendInsertProfileEvents(state);
|
sendInsertProfileEvents(state);
|
||||||
}
|
}
|
||||||
@ -1114,7 +1113,6 @@ void TCPHandler::processInsertQuery(QueryState & state)
|
|||||||
{
|
{
|
||||||
executor.push(std::move(state.block_for_insert));
|
executor.push(std::move(state.block_for_insert));
|
||||||
|
|
||||||
sendProgress(state);
|
|
||||||
sendLogs(state);
|
sendLogs(state);
|
||||||
sendInsertProfileEvents(state);
|
sendInsertProfileEvents(state);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user