Skip to content

Commit 20f076b

Browse files
committed
Remove avro-sbt and its dependency.
1 parent 880bbd6 commit 20f076b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -737,9 +737,6 @@ object Catalyst {
737737
}
738738

739739
object SQL {
740-
741-
import sbtavro.SbtAvro.autoImport._
742-
743740
lazy val settings = Seq(
744741
(console / initialCommands) :=
745742
"""
@@ -761,10 +758,8 @@ object SQL {
761758
|import sqlContext.implicits._
762759
|import sqlContext._
763760
""".stripMargin,
764-
(console / cleanupCommands) := "sc.stop()",
765-
Test / avroGenerate := (Compile / avroGenerate).value
761+
(console / cleanupCommands) := "sc.stop()"
766762
)
767-
768763
}
769764

770765
object Hive {

project/plugins.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
3333

3434
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
3535

36-
addSbtPlugin("com.cavorite" % "sbt-avro" % "2.1.1")
37-
libraryDependencies += "org.apache.avro" % "avro-compiler" % "1.10.2"
38-
3936
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
4037

4138
libraryDependencies += "org.ow2.asm" % "asm" % "7.3.1"

0 commit comments

Comments
 (0)