aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authortedyu <yuzhihong@gmail.com>2016-03-17 10:09:37 -0700
committerYin Huai <yhuai@databricks.com>2016-03-17 10:09:37 -0700
commit3ee7996187bbef008c10681bc4e048c6383f5187 (patch)
tree9e00a95c638ffcfbd676c5aa442f0d75e0aa9e52 /python
parent5f3bda6fe2def15a1960b0feab42b07950ce691f (diff)
downloadspark-3ee7996187bbef008c10681bc4e048c6383f5187.tar.gz
spark-3ee7996187bbef008c10681bc4e048c6383f5187.tar.bz2
spark-3ee7996187bbef008c10681bc4e048c6383f5187.zip
[SPARK-12719][HOTFIX] Fix compilation against Scala 2.10
## What changes were proposed in this pull request? Compilation against Scala 2.10 fails with: ``` [error] [warn] /home/jenkins/workspace/spark-master-compile-sbt-scala-2.10/sql/hive/src/main/scala/org/apache/spark/sql/hive/SQLBuilder.scala:483: Cannot check match for unreachability. [error] (The analysis required more space than allowed. Please try with scalac -Dscalac.patmat.analysisBudget=512 or -Dscalac.patmat.analysisBudget=off.) [error] [warn] private def addSubqueryIfNeeded(plan: LogicalPlan): LogicalPlan = plan match { ``` ## How was this patch tested? Compilation against Scala 2.10 Author: tedyu <yuzhihong@gmail.com> Closes #11787 from yy2016/master.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions