From 876ac045a6b72573791d0ca317d9053448a0167d Mon Sep 17 00:00:00 2001 From: alanmazankiewicz <33597723+alanmazankiewicz@users.noreply.github.com> Date: Mon, 11 Jan 2021 13:53:06 +0100 Subject: [PATCH 1/2] Updated build.sbt to Spark Version 3.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3cc42a52..1518fbcb 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ sparkPackageName := "databricks/spark-sql-perf" // All Spark Packages need a license licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0")) -sparkVersion := "3.0.0" +sparkVersion := "3.0.1" sparkComponents ++= Seq("sql", "hive", "mllib") From 635a39907e46e66ed3d8702c8b38759c78e64190 Mon Sep 17 00:00:00 2001 From: alanmazankiewicz <33597723+alanmazankiewicz@users.noreply.github.com> Date: Mon, 11 Jan 2021 13:53:43 +0100 Subject: [PATCH 2/2] Updated build version to 0.5.2-SNAPSHOT --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index 7338ce76..f9436171 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.5.1-SNAPSHOT" +version in ThisBuild := "0.5.2-SNAPSHOT"