fix build

This commit is contained in:
serxa 2024-10-31 21:41:59 +00:00
parent 2878f8c3b4
commit 26f3e5edf7

View File

@ -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: