garyelephant commented on a change in pull request #906:
URL:
https://github.com/apache/incubator-seatunnel/pull/906#discussion_r777164963
##########
File path: tools/checkstyle/checkStyle.xml
##########
@@ -336,13 +336,13 @@
<property name="format"
value="(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)"/>
<message key="name.invalidPattern" value="Class type name ''{0}''
must match pattern ''{1}''."/>
</module>
-
+
<module name="PackageName">
- <property name="format"
value="^org\.apache\.seatunnel(\.[a-zA-Z][a-zA-Z0-9]*)*$"/>
+ <property name="format" value="^[a-z]+(\.[a-z][a-z0-9]{1,})*$"/>
Review comment:
@leo65535 please take a look at this
##########
File path:
seatunnel-config/src/test/java/org/apache/seatunnel/config/CompleteTests.java
##########
@@ -17,35 +17,23 @@
package org.apache.seatunnel.config;
-import java.io.File;
-import java.net.URL;
+import com.typesafe.config.Config;
+import com.typesafe.config.ConfigRenderOptions;
+import com.typesafe.config.ConfigResolveOptions;
+import com.typesafe.config.SeaTunnelConfigFactory;
+import org.apache.seatunnel.config.utils.FileUtils;
public class CompleteTests {
public static void main(String[] args) {
Review comment:
@leo65535 please take a look at this
--
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]