changhuyan commented on code in PR #4626:
URL:
https://github.com/apache/incubator-seatunnel/pull/4626#discussion_r1173545843
##########
seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/java/org/apache/seatunnel/example/spark/v2/SeaTunnelApiExample.java:
##########
@@ -26,7 +26,7 @@ public class SeaTunnelApiExample {
public static void main(String[] args)
throws FileNotFoundException, URISyntaxException, CommandException
{
- String configurePath = args.length > 0 ? args[0] :
"/examples/spark.batch.conf";
+ String configurePath = args.length > 0 ? args[0] :
"/examples/fake_to_console.conf";
Review Comment:
ok
##########
seatunnel-connectors-v2/connector-jdbc/pom.xml:
##########
@@ -144,7 +151,10 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
-
+ <dependency>
Review Comment:
ok
--
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]