You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/07/08 06:50:23 UTC

[drill] 06/06: DRILL-8227: JConnect and jTDS JDBC drivers do not implement Connection::getSchema

This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch 1.20
in repository https://gitbox.apache.org/repos/asf/drill.git

commit fb66c3666812cbf7385ca44cf03adde8d14c0806
Author: kingswanwho <ji...@u.northwestern.edu>
AuthorDate: Tue Jul 5 17:06:03 2022 +0800

    DRILL-8227: JConnect and jTDS JDBC drivers do not implement Connection::getSchema
    
    Fix build errors in the original backport attempt (aa5341df6).
---
 .../java/org/apache/drill/exec/store/jdbc/TestJdbcPluginWithMSSQL.java  | 2 --
 1 file changed, 2 deletions(-)

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 a1299f67a0..f451d51c22 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
@@ -19,7 +19,6 @@ package org.apache.drill.exec.store.jdbc;
 
 import org.apache.drill.categories.JdbcStorageTest;
 import org.apache.drill.common.logical.security.PlainCredentialsProvider;
-import org.apache.drill.common.logical.StoragePluginConfig.AuthMode;
 import org.apache.drill.common.types.TypeProtos.MinorType;
 import org.apache.drill.exec.physical.rowSet.DirectRowSet;
 import org.apache.drill.exec.physical.rowSet.RowSet;
@@ -85,7 +84,6 @@ public class TestJdbcPluginWithMSSQL extends ClusterTest {
       false,
       sourceParms,
       credentialsProvider,
-      AuthMode.SHARED_USER.name(),
       100000
     );
     jdbcStorageConfig.setEnabled(true);