Re: [PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-05-29 Thread via GitHub
misi1987107 closed pull request #9121: [improve] Adjust CosFile connector instantiation URL: https://github.com/apache/seatunnel/pull/9121 -- 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 specifi

Re: [PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-04-15 Thread via GitHub
Copilot commented on code in PR #9121: URL: https://github.com/apache/seatunnel/pull/9121#discussion_r2046215810 ## seatunnel-connectors-v2/connector-file/connector-file-cos/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/cos/source/CosFileSourceFactory.java: ## @@

Re: [PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-04-15 Thread via GitHub
misi1987107 commented on PR #9121: URL: https://github.com/apache/seatunnel/pull/9121#issuecomment-2808480308 > > I used the factory class to create CosFileSource and CosFileLink connectors, but there is a check method testAllConnectorImplementeFactoryWithUpToDateMethod that does not allow

Re: [PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-04-14 Thread via GitHub
Hisoka-X commented on PR #9121: URL: https://github.com/apache/seatunnel/pull/9121#issuecomment-2803584165 > I used the factory class to create CosFileSource and CosFileLink connectors, but there is a check method testAllConnectorImplementeFactoryWithUpToDateMethod that does not allow depr

Re: [PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-04-14 Thread via GitHub
misi1987107 commented on PR #9121: URL: https://github.com/apache/seatunnel/pull/9121#issuecomment-2800583101 I used the factory class to create CosFileSource and CosFileLink connectors, but there is a check method testAllConnectorImplementeFactoryWithUpToDateMethod that does not allow depr

Re: [PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-04-10 Thread via GitHub
misi1987107 commented on PR #9121: URL: https://github.com/apache/seatunnel/pull/9121#issuecomment-2791320208 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 Git

Re: [PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-04-09 Thread via GitHub
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 +7

Re: [PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-04-09 Thread via GitHub
Hisoka-X commented on code in PR #9121: URL: https://github.com/apache/seatunnel/pull/9121#discussion_r2034861384 ## seatunnel-connectors-v2/connector-file/connector-file-cos/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/cos/source/CosFileSourceFactory.java: ## @@