[ 
https://issues.apache.org/jira/browse/CALCITE-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15141012#comment-15141012
 ] 

Josh Elser edited comment on CALCITE-553 at 2/10/16 3:36 PM:
-------------------------------------------------------------

-Oh, I think this is actually a Maven bug. The documentation definitely says 
that this should work, and upgrading to 3.3.9 does fix it.-

-I will find the necessary minimum version to get this working and add a maven 
min-version enforcer statement for this.-

Argh, apparently it was just circumstantial.


was (Author: elserj):
Oh, I think this is actually a Maven bug. The documentation definitely says 
that this should work, and upgrading to 3.3.9 does fix it.

I will find the necessary minimum version to get this working and add a maven 
min-version enforcer statement for this.

> "mvn clean install" fails due to missing SqlParserImpl
> ------------------------------------------------------
>
>                 Key: CALCITE-553
>                 URL: https://issues.apache.org/jira/browse/CALCITE-553
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Josh Elser
>
> Every second time I call {mvn -DskipTests clean install} it fails with
> {code}[ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /home/jhyde/open1/calcite.2/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[24,42]
>  cannot find symbol
>   symbol:   class SqlParserImpl
>   location: package org.apache.calcite.sql.parser.impl
> [ERROR] 
> /home/jhyde/open1/calcite.2/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[201,50]
>  cannot find symbol
>   symbol:   variable SqlParserImpl
>   location: class org.apache.calcite.sql.parser.SqlParser.ConfigBuilder
> [INFO] 2 errors{code}
> I think CALCITE-484 broke something; maybe the parser is not generated 
> correctly if at the start of the mvn command (before clean) the parser 
> already exists.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to