1
0

[MINOR] Remove redundant and conflicting spark-hive dependency (#4228)

Disable TestHiveSchemaProvider
This commit is contained in:
Sagar Sumit
2021-12-07 07:18:32 +05:30
committed by GitHub
parent 4a437f25d3
commit 6dab307e6f
2 changed files with 4 additions and 7 deletions

View File

@@ -233,13 +233,6 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_${scala.binary.version}</artifactId>