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 0ca4f19 commit ccbba20Copy full SHA for ccbba20
ydb/public/lib/ydb_cli/import/import.cpp
@@ -487,7 +487,7 @@ TStatus TImportFileClient::UpsertCsv(IInputStream& input,
487
488
if (readBytes >= nextBorder && RetrySettings.Verbose_) {
489
nextBorder += VerboseModeReadSize;
490
- Cerr << "Processed " << 1.0 * readBytes / (1 << 20) << "Mb and " << row << " records" << Endl;
+ Cerr << "Processed " << 1.0 * readBytes / (1 << 20) << "Mb and " << row + batchRows << " records" << Endl;
491
}
492
493
if (batchBytes < settings.BytesPerRequest_) {
0 commit comments