Skip to content

Commit

Permalink
0002697: C Client sends empty subsequent batches when max batch size is
Browse files Browse the repository at this point in the history
exceeded
  • Loading branch information
mmichalek committed Jul 29, 2016
1 parent 9672558 commit 6baacf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symmetric-client-clib/src/io/reader/ExtractDataReader.c
Expand Up @@ -153,6 +153,7 @@ SymBatch * SymExtractDataReader_nextBatch(SymExtractDataReader *this) {

SymTable * SymExtractDataReader_nextTable(SymExtractDataReader *this) {
if (this->targetTable == NULL && (this->nextData || this->dataIter->hasNext(this->dataIter))) {
this->lastTriggerHistory = NULL;
SymExtractDataReader_nextData(this);
}
SymTable *table = this->targetTable;
Expand Down

0 comments on commit 6baacf5

Please sign in to comment.