summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuyval01 <[email protected]>2025-05-21 16:11:04 +0300
committerbuyval01 <[email protected]>2025-05-21 16:32:16 +0300
commite639047ec552edecb481f56992a91066816fb464 (patch)
treef816ae9525d1520cf32cdb789ecd259c733ce584
parent5bf7adc4ec25c4cdac62bebf3875968d073751af (diff)
Revert commit rXXXXXX, YT-25104: Switch to new retryful writer by default
commit_hash:244578d9961943bfc97269bde987d0bb12c3f133
-rw-r--r--yt/cpp/mapreduce/interface/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/config.h b/yt/cpp/mapreduce/interface/config.h
index ba15630825b..9105a402858 100644
--- a/yt/cpp/mapreduce/interface/config.h
+++ b/yt/cpp/mapreduce/interface/config.h
@@ -242,7 +242,7 @@ struct TConfig
THashSet<TString> CommandsWithFraming;
/// Which implemetation of table writer to use.
- ETableWriterVersion TableWriterVersion = ETableWriterVersion::V2;
+ ETableWriterVersion TableWriterVersion = ETableWriterVersion::Auto;
/// Redirects stdout to stderr for jobs.
bool RedirectStdoutToStderr = false;