Skip to content

Commit

Permalink
0002326: Empty reload batch causes batch to end prematurely
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 22, 2015
1 parent cce4dac commit c183083
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -1400,6 +1400,10 @@ public CsvData next() {
this.targetTable = this.reloadSource.getTargetTable();
this.requiresLobSelectedFromSource = this.reloadSource
.requiresLobsSelectedFromSource();

if (data == null) {
data = (Data)next();
}
} else {
log.warn(
"Could not find trigger router definition for {}:{}. Skipping reload event with the data id of {}",
Expand Down

0 comments on commit c183083

Please sign in to comment.