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 20fd222 commit 1ecf0f5Copy full SHA for 1ecf0f5
ydb/tests/tools/kqprun/kqprun.cpp
@@ -348,7 +348,7 @@ class TMain : public TMainClassArgs {
348
.StoreMappedResultT<TString>(&RunnerOptions.ResultOutput, &GetDefaultOutput);
349
options.AddLongOption('L', "result-rows-limit", "Rows limit for script execution results")
350
.RequiredArgument("uint")
351
- .DefaultValue(ResultsRowsLimit)
+ .DefaultValue(0)
352
.StoreResult(&ResultsRowsLimit);
353
TChoices<NKqpRun::TRunnerOptions::EResultOutputFormat> resultFormat({
354
{"rows", NKqpRun::TRunnerOptions::EResultOutputFormat::RowsJson},
0 commit comments