Skip to content

Commit

Permalink
[HOTFIX] Add SPARK_VERSION to Spark package object.
Browse files Browse the repository at this point in the history
This helps to avoid build breaks when backporting patches that use
org.apache.spark.SPARK_VERSION.
  • Loading branch information
JoshRosen committed Dec 30, 2014
1 parent 44719e6 commit 78157d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/org/apache/spark/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ package org.apache

package object spark {
// For package docs only
val SPARK_VERSION = "1.0.3-SNAPSHOT"
}

0 comments on commit 78157d4

Please sign in to comment.