Repository: spark
Updated Branches:
  refs/heads/master d2f81df1b -> c4a45fd85


[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 <[email protected]>

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


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

Branch: refs/heads/master
Commit: c4a45fd855252f0f7130cdcc08486591fadab7df
Parents: d2f81df
Author: Cheng Lian <[email protected]>
Authored: Wed May 18 18:58:24 2016 +0800
Committer: Cheng Lian <[email protected]>
Committed: Wed May 18 18:58:24 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/c4a45fd8/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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to