diff options
author | hiddenpath <[email protected]> | 2025-04-23 15:43:56 +0300 |
---|---|---|
committer | hiddenpath <[email protected]> | 2025-04-23 15:59:27 +0300 |
commit | 7c0632d935742fed09b7e3c49c5677e9bc3320b3 (patch) | |
tree | 1be8b66161d4ff4723749600972ff76250d4c150 /yt/cpp/mapreduce/client/client.cpp | |
parent | c222f6f103376934dd705e16bf9a3bad66e44365 (diff) |
YT-23616: Split TRetryfulWriter implementation into rpc and http
commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703
Diffstat (limited to 'yt/cpp/mapreduce/client/client.cpp')
-rw-r--r-- | yt/cpp/mapreduce/client/client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/client.cpp b/yt/cpp/mapreduce/client/client.cpp index 48ad4a352ea..8977a29b106 100644 --- a/yt/cpp/mapreduce/client/client.cpp +++ b/yt/cpp/mapreduce/client/client.cpp @@ -440,7 +440,6 @@ TRawTableWriterPtr TClientBase::CreateRawWriter( GetTransactionPinger(), Context_, TransactionId_, - GetWriteTableCommand(Context_.Config->ApiVersion), format, CanonizeYPath(path), options).Get(); |