healchow commented on code in PR #5410:
URL: https://github.com/apache/inlong/pull/5410#discussion_r940384501
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/BaseSortConf.java:
##########
@@ -29,8 +29,6 @@
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, visible = true, property =
"sortType")
public abstract class BaseSortConf {
- public String sortType;
Review Comment:
This field should not be removed, because it was used by `JsonTypeInfo`.
Suggests set its value in each subclass's constructor.
--
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]