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/file_writer.cpp | |
parent | c222f6f103376934dd705e16bf9a3bad66e44365 (diff) |
YT-23616: Split TRetryfulWriter implementation into rpc and http
commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703
Diffstat (limited to 'yt/cpp/mapreduce/client/file_writer.cpp')
-rw-r--r-- | yt/cpp/mapreduce/client/file_writer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/file_writer.cpp b/yt/cpp/mapreduce/client/file_writer.cpp index aa0d7f8e146..5a8b3f3409c 100644 --- a/yt/cpp/mapreduce/client/file_writer.cpp +++ b/yt/cpp/mapreduce/client/file_writer.cpp @@ -25,7 +25,6 @@ TFileWriter::TFileWriter( std::move(transactionPinger), context, transactionId, - GetWriteFileCommand(context.Config->ApiVersion), TMaybe<TFormat>(), path, options) |