Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/2474#issuecomment-60507817
I tried downloading and building this locally and it looks like there's a
legitimate build failure in Catalyst:
```
[info] Compiling 19 Scala sources to
/Users/joshrosen/Documents/spark/sql/catalyst/target/scala-2.10/test-classes...
[error]
/Users/joshrosen/Documents/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala:26:
object scalautils is not a member of package org
[error] import org.scalautils.TripleEqualsSupport.Spread
[error] ^
[error]
/Users/joshrosen/Documents/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala:137:
not found: type Spread
[error] def checkDoubleEvaluation(expression: Expression, expected:
Spread[Double], inputRow: Row = EmptyRow): Unit = {
[error] ^
[error]
/Users/joshrosen/Documents/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala:141:
Cannot prove that Double <:< AnyRef.
[error] actual.asInstanceOf[Double] shouldBe expected
[error] ^
[error] three errors found
[error] (catalyst/test:compile) Compilation failed
[error] Total time: 64 s, completed Oct 25, 2014 11:07:55 PM
```
This looks like a legitimate build failure, but I'm not sure how this PR
could have caused it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]