[
https://issues.apache.org/jira/browse/FLINK-18964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17177967#comment-17177967
]
Dawid Wysakowicz commented on FLINK-18964:
------------------------------------------
I assume you're getting the exception in an IDE right? Try building the project
from cmd line first or try generating resources in an IDE. The class should be
autogenerated.
> 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
> Priority: Blocker
>
> 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)