spark-instrumented-optimizer/external
Tathagata Das de8ab313e1 [SPARK-12177][TEST] Removed test to avoid compilation issue in scala 2.10
## What changes were proposed in this pull request?

The commented lines failed scala 2.10 build. This is because of change in behavior of case classes between 2.10 and 2.11. In scala 2.10, if companion object of a case class has explicitly defined apply(), then the implicit apply method is not generated. In scala 2.11 it is generated. Hence, the lines compile fine in 2.11 but not in 2.10.

This simply comments the tests to fix broken build. Correct solution is pending.

Author: Tathagata Das <tathagata.das1565@gmail.com>

Closes #13992 from tdas/SPARK-12177.
2016-06-30 18:06:04 +08:00
..
docker [SPARK-13595][BUILD] Move docker, extras modules into external 2016-03-09 18:27:44 +00:00
docker-integration-tests [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spark-tags 2016-05-17 09:55:53 +01:00
flume [MINOR] Fix Typos 'an -> a' 2016-06-06 09:35:47 +01:00
flume-assembly [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to Spark 2016-03-25 17:37:16 -07:00
flume-sink [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spark-tags 2016-05-17 09:55:53 +01:00
java8-tests [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator API 2016-06-12 11:44:33 -07:00
kafka-0-8 [SPARK-15508][STREAMING][TESTS] Fix flaky test: JavaKafkaStreamSuite.testKafkaStream 2016-05-24 22:01:40 -07:00
kafka-0-8-assembly [SPARK-15085][STREAMING][KAFKA] Rename streaming-kafka artifact 2016-05-11 12:15:41 -07:00
kafka-0-10 [SPARK-12177][TEST] Removed test to avoid compilation issue in scala 2.10 2016-06-30 18:06:04 +08:00
kafka-0-10-assembly [SPARK-12177][STREAMING][KAFKA] Update KafkaDStreams to new Kafka 0.10 Consumer API 2016-06-29 23:21:03 -07:00
kinesis-asl [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spark-tags 2016-05-17 09:55:53 +01:00
kinesis-asl-assembly [SPARK-14421] Upgrades protobuf dependency to 2.6.1 for the new version of KCL, and… 2016-05-12 20:10:33 +01:00
spark-ganglia-lgpl [SPARK-13595][BUILD] Move docker, extras modules into external 2016-03-09 18:27:44 +00:00