Skip to content

Commit e639047

Browse files
author
buyval01
committed
Revert commit rXXXXXX, YT-25104: Switch to new retryful writer by default
commit_hash:244578d9961943bfc97269bde987d0bb12c3f133
1 parent 5bf7adc commit e639047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yt/cpp/mapreduce/interface/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ struct TConfig
242242
THashSet<TString> CommandsWithFraming;
243243

244244
/// Which implemetation of table writer to use.
245-
ETableWriterVersion TableWriterVersion = ETableWriterVersion::V2;
245+
ETableWriterVersion TableWriterVersion = ETableWriterVersion::Auto;
246246

247247
/// Redirects stdout to stderr for jobs.
248248
bool RedirectStdoutToStderr = false;

0 commit comments

Comments
 (0)