It is a known issue, https://issues.apache.org/jira/browse/CALCITE-553, with an easy workaround: run clean as a separate step, i.e. "mvn clean && mvn install".
Julian > On Mar 5, 2015, at 10:24 AM, Nick Dimiduk <[email protected]> wrote: > > Hi folks, > > Not sure where the message will be seen, so reposting my comment from JIRA > over here. Looks like CALCITE-586 broke the build. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile > (default-compile) on project calcite-core: Compilation failure: Compilation > failure: > [ERROR] > /Users/ndimiduk/repos/incubator-calcite/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[24,42] > cannot find symbol > [ERROR] symbol: class SqlParserImpl > [ERROR] location: package org.apache.calcite.sql.parser.impl > [ERROR] > /Users/ndimiduk/repos/incubator-calcite/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[201,50] > cannot find symbol > [ERROR] symbol: variable SqlParserImpl > [ERROR] location: class > org.apache.calcite.sql.parser.SqlParser.ConfigBuilder > > According to git bisect: > > $ git bisect start origin/master calcite-1.0.0-incubating > $ git bisect run mvn clean package -DskipTests > ... > 4b76c50d88c7524ef4c4a29a77cebcde8d317ca7 is the first bad commit > commit 4b76c50d88c7524ef4c4a29a77cebcde8d317ca7 > Author: Julian Hyde <[email protected]> > Date: Sun Feb 8 14:30:41 2015 -0800 > > [CALCITE-586] Prevent JSON serialization of > Signature.internalParameters (Trevor Hartman) > > (That should have been the commit message for the previous commit.) > > Update history > > Close apache/incubator-calcite#48 > > :040000 040000 9911637d375dea6e05ce1ef1cc548ec42b5971df > e2149323a2d7d47b3d86a35371f169a8d59bfadb M doc > bisect run success
