hnfmr

Results 2 comments of hnfmr

Fixed mine by adding this line to sbt project build.sbt: ` dependencyOverrides += spark_avro_320 ` where ` val spark_avro_320: ModuleID = "com.databricks" % "spark-avro_2.11" % "3.2.0"` I am using spark-redshift...

@mrdmnd To be specific, I am using the Spark-Redshift v3.0.0-preview1 and my `build.sbt` looks like: ``` lazy val app = (project in file("app")). .settings(commonSettings: _*) .settings( libraryDependencies += "com.databricks" %...