Skip to content

Commit ff6d2e2

Browse files
refactor tests
1 parent 5f00457 commit ff6d2e2

File tree

6 files changed

+580
-832
lines changed

6 files changed

+580
-832
lines changed

connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/V2JDBCTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ import org.apache.spark.tags.DockerTest
3333

3434
@DockerTest
3535
private[v2] trait V2JDBCTest
36-
extends SharedSparkSession
36+
extends V2JDBCPushdownTestUtils
3737
with DockerIntegrationFunSuite
38-
with V2JDBCPushdownTestUtils {
38+
with SharedSparkSession {
3939
import testImplicits._
4040

4141
val catalogName: String

0 commit comments

Comments
 (0)