ruanwenjun commented on code in PR #14355:
URL:
https://github.com/apache/dolphinscheduler/pull/14355#discussion_r1230937872
##########
dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/model/Parameter.java:
##########
@@ -23,13 +23,13 @@
import java.io.Serializable;
import java.util.Objects;
-public class Property implements Serializable {
+public class Parameter implements Serializable {
private static final long serialVersionUID = -4045513703397452451L;
/**
* key
*/
- private String prop;
+ private String key;
Review Comment:
It seems this pr will change the metadata structure, we need to refresh the
whole data in db.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]