aloyszhang commented on code in PR #10755:
URL: https://github.com/apache/inlong/pull/10755#discussion_r1706845166
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/group/InlongGroupServiceImpl.java:
##########
@@ -498,6 +523,7 @@ public String update(InlongGroupRequest request, String
operator) {
// save schedule info for offline group
if (DATASYNC_OFFLINE_MODE.equals(request.getInlongGroupMode())) {
+ constrainStartAndEndTime(request);
Review Comment:
I think constrain is better here since we do check and re-set both, WDYT?
--
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]