xbkaishui commented on a change in pull request #930:
URL:
https://github.com/apache/incubator-seatunnel/pull/930#discussion_r778550902
##########
File path: seatunnel-core/seatunnel-core-sql/pom.xml
##########
@@ -66,5 +66,10 @@
<artifactId>flink-streaming-scala_${scala.binary.version}</artifactId>
<version>${flink.version}</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
Review comment:
ok
> Hi, can you format your code, there is a codestyle file in our tools
directory, you can import it to check, or use `mvn checkstyle:check` to check
got it will change later
--
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]