Github user yhuai commented on the pull request:
https://github.com/apache/spark/pull/11557#issuecomment-202555657
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Compile/job/spark-master-compile-maven-hadoop-2.3/956/consoleFull
```
[error]
/home/jenkins/workspace/spark-master-compile-maven-hadoop-2.3/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ng/AstBuilder.scala:31:
object SqlBaseParser is not a member of package
org.apache.spark.sql.catalyst.parser.ng
[error] import org.apache.spark.sql.catalyst.parser.ng.SqlBaseParser._
[error] ^
[error]
/home/jenkins/workspace/spark-master-compile-maven-hadoop-2.3/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ng/AstBuilder.scala:42:
not found: type SqlBaseBaseVisitor
[error] class AstBuilder extends SqlBaseBaseVisitor[AnyRef] with Logging {
[error] ^
[error]
/home/jenkins/workspace/spark-master-compile-maven-hadoop-2.3/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ng/AstBuilder.scala:46:
type mismatch;
[error] found : org.apache.spark.sql.catalyst.parser.ng.AstBuilder
[error] required: org.antlr.v4.runtime.tree.ParseTreeVisitor[_]
[error] ctx.accept(this).asInstanceOf[T]
[error] ^
[error]
/home/jenkins/workspace/spark-master-compile-maven-hadoop-2.3/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ng/AstBuilder.scala:49:
not found: type SingleStatementContext
[error] override def visitSingleStatement(ctx: SingleStatementContext):
LogicalPlan = withOrigin(ctx) {
[error] ^
[error]
/home/jenkins/workspace/spark-master-compile-maven-hadoop-2.3/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ng/AstBuilder.scala:53:
not found: type SingleExpressionContext
[error] override def visitSingleExpression(ctx: SingleExpressionContext):
Expression = withOrigin(ctx) {
[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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]