castorqin commented on code in PR #9067:
URL: https://github.com/apache/inlong/pull/9067#discussion_r1368055976
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/SortClusterServiceImpl.java:
##########
@@ -278,6 +292,18 @@ private List<Map<String, String>>
parseIdParams(List<StreamSinkEntity> streams,
.collect(Collectors.toList());
}
+ private Map<String, String> setFiledOffset(StreamSinkEntity streamSink,
Map<String, String> params) {
+
+ SortSourceStreamInfo sortSourceStreamInfo =
allStreams.get(streamSink.getInlongGroupId())
+ .get(streamSink.getInlongStreamId());
+ InlongStreamExtParam inlongStreamExtParam = JsonUtils.parseObject(
+ sortSourceStreamInfo.getExtParams(),
InlongStreamExtParam.class);
+ if (inlongStreamExtParam != null &&
!inlongStreamExtParam.getUseExtendedFields()) {
Review Comment:
done
--
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]