We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48efb8b commit 565834eCopy full SHA for 565834e
core/src/main/java/com/dtstack/flink/sql/side/SideTableInfo.java
@@ -65,7 +65,7 @@ public abstract class SideTableInfo extends TableInfo implements Serializable {
65
66
private int asyncTimeout=10000;
67
68
- private int asyncTimeoutNumLimit = 0;
+ private int asyncTimeoutNumLimit = Integer.MAX_VALUE;
69
70
private boolean partitionedJoin = false;
71
0 commit comments