Skip to content

Commit 08dcf22

Browse files
committed
backward compatibility test framework for HiveExternalCatalog
1 parent 7f3c6ff commit 08dcf22

File tree

6 files changed

+300
-362
lines changed

6 files changed

+300
-362
lines changed

sql/hive/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@
176176
<groupId>org.apache.thrift</groupId>
177177
<artifactId>libfb303</artifactId>
178178
</dependency>
179+
<dependency>
180+
<groupId>org.apache.derby</groupId>
181+
<artifactId>derby</artifactId>
182+
</dependency>
179183
<dependency>
180184
<groupId>org.scala-lang</groupId>
181185
<artifactId>scala-compiler</artifactId>

sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogBackwardCompatibilitySuite.scala

Lines changed: 0 additions & 260 deletions
This file was deleted.

0 commit comments

Comments
 (0)