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.
2 parents f9378f4 + a87b79e commit 21edafcCopy full SHA for 21edafc
core/src/main/java/com/dtstack/flink/sql/table/TableInfo.java
@@ -61,7 +61,7 @@ public abstract class TableInfo implements Serializable {
61
62
private List<String> primaryKeys;
63
64
- private Integer parallelism = 1;
+ private Integer parallelism = -1;
65
66
public String[] getFieldTypes() {
67
return fieldTypes;
0 commit comments