You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by mo...@apache.org on 2022/11/06 17:04:45 UTC

[incubator-streampark] branch mapp updated: [bug] mapping FieldStrategy.IGNORED updates jobid causing state not to update

This is an automated email from the ASF dual-hosted git repository.

monster pushed a commit to branch mapp
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/mapp by this push:
     new 636c96550 [bug] mapping FieldStrategy.IGNORED updates jobid causing state not to update
636c96550 is described below

commit 636c96550267e3c45354794ee610272a8f7b2e86
Author: Monster <25...@qq.com>
AuthorDate: Mon Nov 7 01:04:30 2022 +0800

    [bug] mapping FieldStrategy.IGNORED updates jobid causing state not to update
---
 .../java/org/apache/streampark/console/core/entity/Application.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/entity/Application.java b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/entity/Application.java
index 65683de8b..b925ecfde 100644
--- a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/entity/Application.java
+++ b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/entity/Application.java
@@ -98,7 +98,7 @@ public class Application implements Serializable {
     @TableField(updateStrategy = FieldStrategy.IGNORED)
     private String appId;
 
-    @TableField(updateStrategy = FieldStrategy.IGNORED)
+    @TableField(updateStrategy = FieldStrategy.NOT_EMPTY)
     private String jobId;
 
     /**