mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Fix: assert in RemoteSource::onAsyncJobReady
This commit is contained in:
parent
7333a4a21f
commit
f05d2d8f6f
@ -136,7 +136,7 @@ void RemoteSource::work()
|
||||
|
||||
void RemoteSource::onAsyncJobReady()
|
||||
{
|
||||
chassert(async_read);
|
||||
chassert(async_read || async_query_sending);
|
||||
|
||||
if (!was_query_sent)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user