Skip to content

Commit

Permalink
Merge branch 'DataLinkDC:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 authored Feb 2, 2024
2 parents 039c961 + 86d205f commit 11957fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public static void submit(AppParamConfig config) throws SQLException {
.type(appTask.getType())
.checkpoint(appTask.getCheckPoint())
.parallelism(appTask.getParallelism())
.useSqlFragment(appTask.getFragment())
.useStatementSet(appTask.getStatementSet())
.useBatchModel(appTask.getBatchModel())
.savePointPath(appTask.getSavePointPath())
Expand Down

0 comments on commit 11957fb

Please sign in to comment.