fuweng11 commented on code in PR #9042: URL: https://github.com/apache/inlong/pull/9042#discussion_r1354530248
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/StreamSourceOperator.java: ########## @@ -116,4 +116,11 @@ default Map<String, List<StreamSource>> getSourcesMap(InlongGroupInfo groupInfo, */ void restartOpt(SourceRequest request, String operator); + /** + * Get the source field info. + * + * @param request request of source Review Comment: Fix. ########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/iceberg/IcebergSourceOperator.java: ########## @@ -83,4 +96,52 @@ public StreamSource getFromEntity(StreamSourceEntity entity) { source.setFieldList(sourceFields); return source; } + + @Override + @Transactional(rollbackFor = Throwable.class, isolation = Isolation.REPEATABLE_READ) + public void getFieldInfo(SourceRequest request, String operator) { Review Comment: Fixed. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org