Skip to content

Commit 21edafc

Browse files
committed
并行度修改
2 parents f9378f4 + a87b79e commit 21edafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/dtstack/flink/sql/table/TableInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public abstract class TableInfo implements Serializable {
6161

6262
private List<String> primaryKeys;
6363

64-
private Integer parallelism = 1;
64+
private Integer parallelism = -1;
6565

6666
public String[] getFieldTypes() {
6767
return fieldTypes;

0 commit comments

Comments
 (0)