spark-instrumented-optimizer/repl
Luc Bourlier c1bc4f439f [SPARK-10227] fatal warnings with sbt on Scala 2.11
The bulk of the changes are on `transient` annotation on class parameter. Often the compiler doesn't generate a field for this parameters, so the the transient annotation would be unnecessary.
But if the class parameter are used in methods, then fields are created. So it is safer to keep the annotations.

The remainder are some potential bugs, and deprecated syntax.

Author: Luc Bourlier <luc.bourlier@typesafe.com>

Closes #8433 from skyluc/issue/sbt-2.11.
2015-09-09 09:57:58 +01:00
..
scala-2.10/src [SPARK-9602] remove "Akka/Actor" words from comments 2015-08-04 14:54:11 -07:00
scala-2.11/src [SPARK-10227] fatal warnings with sbt on Scala 2.11 2015-09-09 09:57:58 +01:00
src [SPARK-7558] Demarcate tests in unit-tests.log 2015-05-29 14:03:12 -07:00
pom.xml [SPARK-9015] [BUILD] Clean project import in scala ide 2015-07-16 18:42:41 +01:00