You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "weizihan (Jira)" <ji...@apache.org> on 2020/08/14 15:37:00 UTC

[jira] [Created] (FLINK-18964) package org.apache.flink.sql.parser.impl does not exist

weizihan created FLINK-18964:
--------------------------------

             Summary: package org.apache.flink.sql.parser.impl does not exist
                 Key: FLINK-18964
                 URL: https://issues.apache.org/jira/browse/FLINK-18964
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / API
    Affects Versions: 1.12.0
            Reporter: weizihan


org.apache.flink.sql.parser.utils.ParserResource class *cannot resolve* org.apache.flink.sql.parser.impl.ParseException class, because it has not org.apache.flink.sql.parser.impl package. 

The following is the error message:

/flink/flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/utils/ParserResource.java
Error:(21, 40) java: package org.apache.flink.sql.parser.impl does not exist
Error:(34, 26) java: cannot find symbol
 symbol: class ParseException
 location: interface org.apache.flink.sql.parser.utils.ParserResource
Error:(37, 26) java: cannot find symbol
 symbol: class ParseException
 location: interface org.apache.flink.sql.parser.utils.ParserResource



--
This message was sent by Atlassian Jira
(v8.3.4#803005)