Github user avati commented on the pull request:
https://github.com/apache/spark/pull/1709#issuecomment-50919009
This is the exact failure. The error is actually missing at() method
encountered in Scala 2.11
[ERROR]
/Users/avati/work/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala:370:
value at is not a member of
org.apache.spark.sql.catalyst.expressions.Attribute
[ERROR] val c4_notNull = 'a.boolean.notNull.at(3)
[ERROR] ^
[ERROR]
/Users/avati/work/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala:371:
value at is not a member of
org.apache.spark.sql.catalyst.expressions.Attribute
[ERROR] val c5_notNull = 'a.boolean.notNull.at(4)
[ERROR] ^
[ERROR]
/Users/avati/work/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala:372:
value at is not a member of
org.apache.spark.sql.catalyst.expressions.Attribute
[ERROR] val c6_notNull = 'a.boolean.notNull.at(5)
[ERROR] ^
[ERROR]
/Users/avati/work/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala:558:
value at is not a member of
org.apache.spark.sql.catalyst.expressions.Attribute
[ERROR] val s_notNull = 'a.string.notNull.at(0)
[ERROR] ^
---
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.
---