Skip to content

Commit 15b8d2a

Browse files
CaideyipiJackieTien97
authored andcommitted
comp-fix
1 parent b069b88 commit 15b8d2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeSyntaxIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@
3030
import org.apache.iotdb.pipe.it.dual.treemodel.auto.AbstractPipeDualTreeModelAutoIT;
3131
import org.apache.iotdb.rpc.TSStatusCode;
3232

33-
import org.apache.tsfile.external.commons.lang3.SystemUtils;
33+
import org.apache.commons.lang3.SystemUtils;
3434
import org.junit.Assert;
3535
import org.junit.Before;
3636
import org.junit.Test;
3737
import org.junit.experimental.categories.Category;
3838
import org.junit.runner.RunWith;
3939

40+
import java.io.File;
4041
import java.sql.Connection;
4142
import java.sql.SQLException;
4243
import java.sql.Statement;

0 commit comments

Comments
 (0)