Skip to content

Commit ccbba20

Browse files
committed
fix
1 parent 0ca4f19 commit ccbba20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/public/lib/ydb_cli/import/import.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ TStatus TImportFileClient::UpsertCsv(IInputStream& input,
487487

488488
if (readBytes >= nextBorder && RetrySettings.Verbose_) {
489489
nextBorder += VerboseModeReadSize;
490-
Cerr << "Processed " << 1.0 * readBytes / (1 << 20) << "Mb and " << row << " records" << Endl;
490+
Cerr << "Processed " << 1.0 * readBytes / (1 << 20) << "Mb and " << row + batchRows << " records" << Endl;
491491
}
492492

493493
if (batchBytes < settings.BytesPerRequest_) {

0 commit comments

Comments
 (0)