We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81a897 commit 0828b5cCopy full SHA for 0828b5c
yt/cpp/mapreduce/interface/config.h
@@ -242,7 +242,7 @@ struct TConfig
242
THashSet<TString> CommandsWithFraming;
243
244
/// Which implemetation of table writer to use.
245
- ETableWriterVersion TableWriterVersion = ETableWriterVersion::Auto;
+ ETableWriterVersion TableWriterVersion = ETableWriterVersion::V2;
246
247
/// Redirects stdout to stderr for jobs.
248
bool RedirectStdoutToStderr = false;
0 commit comments