This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/drill.git
commit 012d5ea2056d7caea8f3e008bb39032cafdd1c9f Author: James Turton <[email protected]> AuthorDate: Sat May 21 10:40:49 2022 +0200 Fix imports. --- .../java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java b/contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java index 13e7426f3b..eedd759d63 100644 --- a/contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java +++ b/contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java @@ -34,6 +34,7 @@ import org.junit.BeforeClass; import org.junit.Ignore; import org.junit.Test; import org.junit.experimental.categories.Category; +import org.junit.jupiter.api.condition.EnabledIfSystemProperty; import org.testcontainers.containers.MSSQLServerContainer; import java.math.BigDecimal;
