Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-553

"mvn clean install" fails due to missing SqlParserImpl

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7.0
    • None
    • None

    Description

      Every second time I call

      {mvn -DskipTests clean install}

      it fails with

      [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

      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.

      Attachments

        Issue Links

          Activity

            People

              elserj Josh Elser
              julianhyde Julian Hyde
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: