Skip to content

Commit

Permalink
Merge branch 'dev-2.1.3' into custom_code
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys authored Jan 10, 2024
2 parents 1521265 + 0734dce commit 7765aff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,8 @@ public boolean isCustomCodeJob() {
@JsonIgnore
public boolean isApacheFlinkCustomCodeJob() {
return DevelopmentMode.CUSTOM_CODE.getValue().equals(this.getJobType())
&& getApplicationType() == ApplicationType.APACHE_FLINK;
&& (getApplicationType() == ApplicationType.APACHE_FLINK
|| getApplicationType() == ApplicationType.STREAMPARK_FLINK);
}

@JsonIgnore
Expand Down

0 comments on commit 7765aff

Please sign in to comment.