Skip to content

Commit

Permalink
0003931: Routing fails when data data gaps exceed routing.max.gaps.to…
Browse files Browse the repository at this point in the history
….qualify.in.sql $(selectDataUsingStartDataIdHint)
  • Loading branch information
mmichalek committed May 1, 2019
1 parent e6fab46 commit 25a8e8d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -136,6 +136,7 @@ public boolean requiresAutoCommitFalseToSetFetchSize() {

protected void buildSqlReplacementTokens() {
sqlReplacementTokens.put("selectDataUsingGapsSqlHint", "");
sqlReplacementTokens.put("selectDataUsingStartDataIdHint", "");
}

public Map<String, String> getSqlReplacementTokens() {
Expand Down

0 comments on commit 25a8e8d

Please sign in to comment.