Skip to content

Commit

Permalink
0003785: Improve visibility of full and partial loads
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jan 28, 2019
1 parent ae60f82 commit 17f380a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -1595,8 +1595,7 @@ public void updateExtractRequestLoadTime(Date loadTime, OutgoingBatch outgoingBa
transaction = sqlTemplate.startSqlTransaction();

dataService.updateTableReloadRequestsLoadedCounts(transaction, outgoingBatch.getLoadId(), 1,
outgoingBatch.getReloadRowCount() > 0 ? outgoingBatch.getReloadRowCount() : 0);

outgoingBatch.getReloadRowCount() > 0 ? outgoingBatch.getDataRowCount() : 0);

transaction.prepareAndExecute(getSql("updateExtractRequestLoadTime"), outgoingBatch.getBatchId(), outgoingBatch.getDataRowCount(),
outgoingBatch.getLoadMillis(), outgoingBatch.getBatchId(), outgoingBatch.getBatchId(), outgoingBatch.getBatchId(),
Expand Down

0 comments on commit 17f380a

Please sign in to comment.