Github user ericl commented on the issue:

    https://github.com/apache/spark/pull/15398
  
    This seems to have broken the build in branch-2.1, e.g. 
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Compile/job/spark-branch-2.1-compile-maven-hadoop-2.6/591/consoleFull
    
    ```
    [info] Compiling 196 Scala sources and 26 Java sources to 
/home/jenkins/workspace/spark-branch-2.1-compile-maven-hadoop-2.6/sql/catalyst/target/scala-2.11/classes...
    [error] 
/home/jenkins/workspace/spark-branch-2.1-compile-maven-hadoop-2.6/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala:1107:
 not found: value parser
    [error]         Try(parser.parseFunctionIdentifier(f)) match {
    [error]             ^
    [error] 
/home/jenkins/workspace/spark-branch-2.1-compile-maven-hadoop-2.6/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala:1118:
 value funcName is not a member of Any
    [error]       case f if FunctionRegistry.functionSet.contains(f.funcName) 
=> (f, "SYSTEM")
    [error]                                                         ^
    [error] 
/home/jenkins/workspace/spark-branch-2.1-compile-maven-hadoop-2.6/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala:1120:
 type mismatch;
    [error]  found   : Seq[(Any, String)]
    [error]  required: Seq[(org.apache.spark.sql.catalyst.FunctionIdentifier, 
String)]
    [error]     }.distinct
    [error]       ^
    [error] 
/home/jenkins/workspace/spark-branch-2.1-compile-maven-hadoop-2.6/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala:95:
 illegal inheritance;
    [error]  self-type org.apache.spark.sql.catalyst.expressions.Like does not 
conform to org.apache.spark.sql.catalyst.expressions.StringRegexExpression's 
selftype org.apache.spark.sql.catalyst.expressions.StringRegexExpression with 
org.apache.spark.sql.catalyst.expressions.BinaryExpression
    [error] case class Like(left: Expression, right: Expression) extends 
StringRegexExpression {
    [error]                                                              ^
    [error] 
/home/jenkins/workspace/spark-branch-2.1-compile-maven-hadoop-2.6/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala:134:
 not found: value nullSafeCodeGen
    [error]       nullSafeCodeGen(ctx, ev, (eval1, eval2) => {
    [error]       ^
    [error] 5 errors found
    [error] Compile failed at Apr 17, 2017 12:06:12 PM [13.382s]
    ```


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to