EMsnap commented on code in PR #9042:
URL: https://github.com/apache/inlong/pull/9042#discussion_r1354508706


##########
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:
   the method name is get field info but the actual action is update iceberg 
field info 



-- 
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]

Reply via email to