Skip to content
Snippets Groups Projects
Commit c4a45fd8 authored by Cheng Lian's avatar Cheng Lian
Browse files

[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 <lian@databricks.com>

Closes #13166 from liancheng/hotfix-for-scala-2.10.
parent d2f81df1
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ class VersionsSuite extends SparkFunSuite with Logging { ...@@ -137,7 +137,7 @@ class VersionsSuite extends SparkFunSuite with Logging {
hiveMetastoreVersion = version, hiveMetastoreVersion = version,
hadoopVersion = VersionInfo.getVersion, hadoopVersion = VersionInfo.getVersion,
sparkConf = sparkConf, sparkConf = sparkConf,
hadoopConf, hadoopConf = hadoopConf,
config = buildConf(), config = buildConf(),
ivyPath = ivyPath).createClient() ivyPath = ivyPath).createClient()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment