aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client/client.h
diff options
context:
space:
mode:
authorermolovd <ermolovd@yandex-team.com>2025-02-19 12:57:38 +0300
committerermolovd <ermolovd@yandex-team.com>2025-02-19 13:19:53 +0300
commitdbc58e8a3b624feb7bccd730530e520da549e859 (patch)
treebece6558f94e28a8d95cce5b413c2e39c37a28d0 /yt/cpp/mapreduce/client/client.h
parent209a37d035f1d8ea98e913ccbc07762ec479eab2 (diff)
downloadydb-dbc58e8a3b624feb7bccd730530e520da549e859.tar.gz
YT-21081: fix temp tables for case when client is created with GlobalTx
commit_hash:c49256f38de62e8d05359c16a70ea6b88220a9ba
Diffstat (limited to 'yt/cpp/mapreduce/client/client.h')
-rw-r--r--yt/cpp/mapreduce/client/client.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/yt/cpp/mapreduce/client/client.h b/yt/cpp/mapreduce/client/client.h
index 769dfe2312..9cd650bd2d 100644
--- a/yt/cpp/mapreduce/client/client.h
+++ b/yt/cpp/mapreduce/client/client.h
@@ -222,8 +222,6 @@ public:
TBatchRequestPtr CreateBatchRequest() override;
- IClientPtr GetParentClient() override;
-
IRawClientPtr GetRawClient() const;
const TClientContext& GetContext() const;
@@ -328,6 +326,8 @@ public:
ITransactionPingerPtr GetTransactionPinger() override;
+ IClientPtr GetParentClient(bool ignoreGlobalTx) override;
+
protected:
TClientPtr GetParentClientImpl() override;
@@ -488,6 +488,8 @@ public:
ITransactionPingerPtr GetTransactionPinger() override;
+ IClientPtr GetParentClient(bool ignoreGlobalTx) override;
+
// Helper methods
TYtPoller& GetYtPoller();