Skip to content

Commit

Permalink
max row limit is necessary is connector is setup for streaming (#3635) (
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshug authored and fjy committed Nov 1, 2016
1 parent 616735b commit 4b42723
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ public List<Interval> inTransaction(Handle handle, TransactionStatus status) thr
)
)
.setFetchSize(connector.getStreamingFetchSize())
.setMaxRows(limit)
.bind("dataSource", dataSource)
.bind("start", interval.getStart().toString())
.bind("end", interval.getEnd().toString())
Expand Down

0 comments on commit 4b42723

Please sign in to comment.