Skip to content

Commit

Permalink
[Improve] program args bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Sep 15, 2024
1 parent 5241b32 commit 378a7d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ private[flink] class FlinkTableInitializer(args: Array[String], apiType: ApiType
.mergeWith(ParameterTool.fromMap(appConf))
.mergeWith(ParameterTool.fromMap(tableConf))
.mergeWith(ParameterTool.fromMap(sqlConf))
.mergeWith(cliParameterTool)

FlinkConfiguration(parameterTool, envConfig, tableConfig)
}
Expand Down

0 comments on commit 378a7d0

Please sign in to comment.