summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/client.cpp
diff options
context:
space:
mode:
authorrp-1 <[email protected]>2025-10-11 14:59:44 +0300
committerrp-1 <[email protected]>2025-10-11 15:16:12 +0300
commit384d7a82d5838408972b6df01c48dccdc25f08d5 (patch)
tree30fcdc7831f4d5ecc20eb3c4e4bc75ff27ddd178 /yt/cpp/mapreduce/interface/client.cpp
parent31c19b13025472f6ce0023b390930e292a670181 (diff)
YT-26065: Add TPatchableField to C++ config
Initial commit commit_hash:d8d8a160ba64cc1e63e174430aec262d2359cf4e
Diffstat (limited to 'yt/cpp/mapreduce/interface/client.cpp')
-rw-r--r--yt/cpp/mapreduce/interface/client.cpp7
1 files changed, 7 insertions, 0 deletions
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