-
- Downloads
[SPARK-20070][SQL] Fix 2.10 build
## What changes were proposed in this pull request? Commit https://github.com/apache/spark/commit/91fa80fe8a2480d64c430bd10f97b3d44c007bcc broke the build for scala 2.10. The commit uses `Regex.regex` field which is not available in Scala 2.10. This PR fixes this. ## How was this patch tested? Existing tests. Author: Herman van Hovell <hvanhovell@databricks.com> Closes #17420 from hvanhovell/SPARK-20070-2.0.
Showing
- core/src/main/scala/org/apache/spark/internal/config/ConfigBuilder.scala 1 addition, 1 deletion...cala/org/apache/spark/internal/config/ConfigBuilder.scala
- core/src/test/scala/org/apache/spark/internal/config/ConfigEntrySuite.scala 2 additions, 2 deletions...a/org/apache/spark/internal/config/ConfigEntrySuite.scala
Loading
Please register or sign in to comment