vernedeng commented on code in PR #9534:
URL: https://github.com/apache/inlong/pull/9534#discussion_r1436872384


##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/AbstractSourceOperator.java:
##########
@@ -62,6 +63,8 @@ public abstract class AbstractSourceOperator implements 
StreamSourceOperator {
     protected StreamSourceFieldEntityMapper sourceFieldMapper;
     @Autowired
     protected InlongStreamFieldEntityMapper streamFieldMapper;
+    @Autowired
+    protected DataNodeOperateHelper dataNodeHelper;

Review Comment:
   ```suggestion
       protected DataNodeOperateHelper datanodeOperatorHelper;
   ```



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

Reply via email to