misi1987107 commented on code in PR #9121:
URL: https://github.com/apache/seatunnel/pull/9121#discussion_r2035208562


##########
seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/sink/BaseFileSink.java:
##########
@@ -75,12 +75,6 @@ public void setJobContext(JobContext jobContext) {
         preCheckConfig();
     }
 
-    @Override
-    public void setTypeInfo(SeaTunnelRowType seaTunnelRowType) {
-        this.seaTunnelRowType = seaTunnelRowType;
-        this.fileSinkConfig = new FileSinkConfig(pluginConfig, 
seaTunnelRowType);
-    }

Review Comment:
   Sorry,I neet to make adjustments according to purpose2 ,move the connector 
creation logic from Connector to ConnectorFactory.I don't know how to adjust it
   (https://github.com/apache/seatunnel/issues/8576#issuecomment-2608741027)
   
   



-- 
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...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to