Skip to content

Commit

Permalink
0001685: early commit doesn't work when data rows are in conflict. th…
Browse files Browse the repository at this point in the history
…e uncommitted count doesn't increment
  • Loading branch information
chenson42 committed Apr 23, 2014
1 parent f91d209 commit b8401ec
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -172,9 +172,9 @@ protected void write(CsvData data, boolean fallback) {
} else {
throw new ConflictException(data, targetTable, false, writerSettings.pickConflict(targetTable, batch));
}
} else {
uncommittedCount++;
}

uncommittedCount++;

lastData = data;

Expand Down

0 comments on commit b8401ec

Please sign in to comment.