mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
fix build
This commit is contained in:
parent
2878f8c3b4
commit
26f3e5edf7
@ -42,7 +42,7 @@ public:
|
|||||||
bool executeStep() override;
|
bool executeStep() override;
|
||||||
void onCompleted() override;
|
void onCompleted() override;
|
||||||
StorageID getStorageID() const override;
|
StorageID getStorageID() const override;
|
||||||
Priority getPriority() const override { return priority; }
|
Priority getPriority(SchedulingGoal) const override { return priority; } // TODO(serxa): make adjustments depending on goal
|
||||||
String getQueryId() const override { return getStorageID().getShortName() + "::" + merge_mutate_entry->future_part->name; }
|
String getQueryId() const override { return getStorageID().getShortName() + "::" + merge_mutate_entry->future_part->name; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user