Skip to content

Commit efc169d

Browse files
author
gituser
committed
Merge branch 'hotfix_1.10_4.0.x_32575' into 1.10_release_4.0.x
2 parents d71e916 + 8d6871c commit efc169d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public abstract class AbstractTableInfo implements Serializable {
5959

6060
private List<String> primaryKeys;
6161

62-
private Integer parallelism = 1;
62+
private Integer parallelism = -1;
6363

6464
public String[] getFieldTypes() {
6565
return fieldTypes;

0 commit comments

Comments
 (0)