Skip to content

Commit

Permalink
Support for Apache Spark 2.4.5 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
imback82 authored Jan 14, 2020
1 parent fdcb049 commit 448278d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import scala.util.Try
*/
object DotnetRunner extends Logging {
private val DEBUG_PORT = 5567
private val supportedSparkVersions = Set[String]("2.4.0", "2.4.1", "2.4.3", "2.4.4")
private val supportedSparkVersions = Set[String]("2.4.0", "2.4.1", "2.4.3", "2.4.4", "2.4.5")

val SPARK_VERSION = DotnetUtils.normalizeSparkVersion(spark.SPARK_VERSION)

Expand Down

0 comments on commit 448278d

Please sign in to comment.