From 384d7a82d5838408972b6df01c48dccdc25f08d5 Mon Sep 17 00:00:00 2001 From: rp-1 Date: Sat, 11 Oct 2025 14:59:44 +0300 Subject: YT-26065: Add TPatchableField to C++ config Initial commit commit_hash:d8d8a160ba64cc1e63e174430aec262d2359cf4e --- yt/cpp/mapreduce/interface/client.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'yt/cpp/mapreduce/interface/client.cpp') diff --git a/yt/cpp/mapreduce/interface/client.cpp b/yt/cpp/mapreduce/interface/client.cpp index 10ee1f572a6..6d245781c9a 100644 --- a/yt/cpp/mapreduce/interface/client.cpp +++ b/yt/cpp/mapreduce/interface/client.cpp @@ -16,4 +16,11 @@ void ITransaction::Detach() //////////////////////////////////////////////////////////////////////////////// +const TNode::TMapType& IClient::GetDynamicConfiguration(const TString& /*configProfile*/) +{ + Y_ABORT("IClient::GetDynamicConfiguration is not implemented"); +} + +//////////////////////////////////////////////////////////////////////////////// + } // namespace NYT -- cgit v1.3