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 5bf7adc commit e639047Copy full SHA for e639047
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::V2;
+ ETableWriterVersion TableWriterVersion = ETableWriterVersion::Auto;
246
247
/// Redirects stdout to stderr for jobs.
248
bool RedirectStdoutToStderr = false;
0 commit comments