mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added IProcessor::onUpdatePorts
This commit is contained in:
parent
4da19d122d
commit
bff1f24cf7
@ -41,7 +41,7 @@ public:
|
||||
void onUpdatePorts() override
|
||||
{
|
||||
if (getPort().isFinished())
|
||||
onCancel();
|
||||
cancel();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user