aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/computation/mock_spiller_factory_ut.h
diff options
context:
space:
mode:
authorvvvv <vvvv@yandex-team.com>2024-11-09 03:48:37 +0300
committerVitaly Stoyan <vvvv@ydb.tech>2024-11-09 12:02:05 +0300
commitea0c2bd5b40e0be0147c40092f9d270ec11d015a (patch)
treeea1c768caad5d542e2ff8740e8ce5b55840037c4 /yql/essentials/minikql/computation/mock_spiller_factory_ut.h
parent2d0e7498c5e5f795c1a040623052b112691fac7e (diff)
downloadydb-ea0c2bd5b40e0be0147c40092f9d270ec11d015a.tar.gz
Tune YDB <-> YQL deps
init commit_hash:16572ab4e94aea4f7455c2ccb90b70ea99a412db
Diffstat (limited to 'yql/essentials/minikql/computation/mock_spiller_factory_ut.h')
-rw-r--r--yql/essentials/minikql/computation/mock_spiller_factory_ut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/minikql/computation/mock_spiller_factory_ut.h b/yql/essentials/minikql/computation/mock_spiller_factory_ut.h
index 9ea74569b1..c053b2c52e 100644
--- a/yql/essentials/minikql/computation/mock_spiller_factory_ut.h
+++ b/yql/essentials/minikql/computation/mock_spiller_factory_ut.h
@@ -8,7 +8,7 @@ namespace NKikimr::NMiniKQL {
class TMockSpillerFactory : public ISpillerFactory
{
public:
- void SetTaskCounters(TIntrusivePtr<NYql::NDq::TSpillingTaskCounters> /*spillingTaskCounters*/) override {
+ void SetTaskCounters(const TIntrusivePtr<NYql::NDq::TSpillingTaskCounters>& /*spillingTaskCounters*/) override {
}
ISpiller::TPtr CreateSpiller() override {