Skip to content

Commit

Permalink
remove tabs in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Nov 14, 2019
1 parent a425742 commit 331bc96
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -127,10 +127,10 @@ protected IDataWriter buildWriter() {

@Override
public void close() {
while (!inError && batches.size() > 0) {
while (!inError && batches.size() > 0) {
startNewBatch();
if(table != null) {
end(this.table);
end(this.table);
}
end(this.batch, false);
log.debug("Batch {} is empty", new Object[] { batch.getNodeBatchId() });
Expand Down Expand Up @@ -338,7 +338,7 @@ protected void startNewBatch() {
processInfo.incrementBatchCount();

if(table != null) {
this.currentDataWriter.start(table);
this.currentDataWriter.start(table);
}
}

Expand Down

0 comments on commit 331bc96

Please sign in to comment.