Repository: spark
Updated Branches:
  refs/heads/branch-2.0 14751cd0d -> a122a3e70


[SPARK-15334][SQL][HOTFIX] Fixes compilation error for Scala 2.10

## What changes were proposed in this pull request?

This PR fixes a Scala 2.10 compilation failure introduced in PR #13127.

## How was this patch tested?

Jenkins build.

Author: Cheng Lian <l...@databricks.com>

Closes #13166 from liancheng/hotfix-for-scala-2.10.

(cherry picked from commit c4a45fd855252f0f7130cdcc08486591fadab7df)
Signed-off-by: Cheng Lian <l...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a122a3e7
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a122a3e7
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a122a3e7

Branch: refs/heads/branch-2.0
Commit: a122a3e709479a6510d97dfa81f3d6219bb79de0
Parents: 14751cd
Author: Cheng Lian <l...@databricks.com>
Authored: Wed May 18 18:58:24 2016 +0800
Committer: Cheng Lian <l...@databricks.com>
Committed: Wed May 18 18:58:54 2016 +0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/sql/hive/client/VersionsSuite.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a122a3e7/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala
----------------------------------------------------------------------
diff --git 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala
index 57e8db7..d46c4e7 100644
--- 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala
+++ 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala
@@ -137,7 +137,7 @@ class VersionsSuite extends SparkFunSuite with Logging {
           hiveMetastoreVersion = version,
           hadoopVersion = VersionInfo.getVersion,
           sparkConf = sparkConf,
-          hadoopConf,
+          hadoopConf = hadoopConf,
           config = buildConf(),
           ivyPath = ivyPath).createClient()
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to