mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fix build
This commit is contained in:
parent
3ab17233cf
commit
ebf1e2fa9c
@ -980,7 +980,11 @@ bool TCPHandler::receivePacket()
|
||||
case Protocol::Client::NextTaskRequest:
|
||||
{
|
||||
auto id = receiveNextTaskRequest();
|
||||
#if USE_AWS_S3
|
||||
auto next = TaskSupervisor::instance().getNextTaskForId(id);
|
||||
#else
|
||||
auto next = "";
|
||||
#endif
|
||||
sendNextTaskReply(next);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user