Skip to content

Commit

Permalink
[Fix]Fix app mode Global Varible Exception (DataLinkDC#3134)
Browse files Browse the repository at this point in the history
Co-authored-by: gaoyan1998 <[email protected]>
  • Loading branch information
gaoyan1998 and gaoyan1998 authored Feb 2, 2024
1 parent d435984 commit 86d205f
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 86d205f

Please sign in to comment.