You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/08/11 11:22:15 UTC

[shardingsphere] branch master updated: fix parser dir (#6793)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 898c3bc  fix parser dir (#6793)
898c3bc is described below

commit 898c3bc03743f9aa5eabc074bfb81fdbbe19ceb2
Author: Juan Pan(Trista) <pa...@apache.org>
AuthorDate: Tue Aug 11 19:21:53 2020 +0800

    fix parser dir (#6793)
---
 .../shardingsphere/rdl/parser/engine/executor/RDLSQLParserExecutor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-rdl-parser/shardingsphere-rdl-parser-engine/src/main/java/org/apache/shardingsphere/rdl/parser/engine/executor/RDLSQLParserExecutor.java b/shardingsphere-rdl-parser/shardingsphere-rdl-parser-engine/src/main/java/org/apache/shardingsphere/rdl/parser/engine/executor/RDLSQLParserExecutor.java
index afc6a17..24643b5 100644
--- a/shardingsphere-rdl-parser/shardingsphere-rdl-parser-engine/src/main/java/org/apache/shardingsphere/rdl/parser/engine/executor/RDLSQLParserExecutor.java
+++ b/shardingsphere-rdl-parser/shardingsphere-rdl-parser-engine/src/main/java/org/apache/shardingsphere/rdl/parser/engine/executor/RDLSQLParserExecutor.java
@@ -28,7 +28,7 @@ import org.antlr.v4.runtime.Parser;
 import org.antlr.v4.runtime.atn.PredictionMode;
 import org.antlr.v4.runtime.misc.ParseCancellationException;
 import org.antlr.v4.runtime.tree.ErrorNode;
-import org.apache.shardingsphere.rdl.parser.sql.autogen.ShardingSphereStatementLexer;
+import org.apache.shardingsphere.rdl.parser.autogen.ShardingSphereStatementLexer;
 import org.apache.shardingsphere.rdl.parser.sql.parser.ShardingSphereParser;
 import org.apache.shardingsphere.sql.parser.api.parser.SQLParser;
 import org.apache.shardingsphere.sql.parser.core.ParseASTNode;