TyrantLucifer commented on code in PR #4164: URL: https://github.com/apache/incubator-seatunnel/pull/4164#discussion_r1115296998
########## seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml: ########## @@ -67,6 +67,11 @@ <artifactId>connector-console</artifactId> <version>${project.version}</version> </dependency> + <dependency> Review Comment: Revert ########## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/java/org/apache/seatunnel/e2e/connector/file/local/LocalFileIT.java: ########## @@ -28,9 +30,15 @@ import org.testcontainers.containers.Container; import org.testcontainers.utility.MountableFile; +import lombok.extern.slf4j.Slf4j; + import java.io.IOException; import java.nio.file.Path; +@Slf4j +@DisabledOnContainer( Review Comment: Revert. ########## seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/java/org/apache/seatunnel/example/flink/v2/SeaTunnelApiExample.java: ########## @@ -30,7 +30,10 @@ public class SeaTunnelApiExample { public static void main(String[] args) throws FileNotFoundException, URISyntaxException, CommandException { - String configurePath = args.length > 0 ? args[0] : "/examples/fake_to_console.conf"; + // String configurePath = args.length > 0 ? args[0] : Review Comment: Revert -- 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