This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 4fa3e7575b5 Rename shardingsphere-test-parser (#22627)
4fa3e7575b5 is described below
commit 4fa3e7575b578b05c110b58fce24bf603c4c6431
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Dec 3 20:27:17 2022 +0800
Rename shardingsphere-test-parser (#22627)
---
...evelop_Your_Distributed_SQL_Statement_in_Apache_ShardingSphere.en.md | 2 +-
kernel/sql-federation/optimizer/pom.xml | 2 +-
sql-parser/dialect/pom.xml | 2 +-
test/parser/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/blog/content/material/Jan_28_Blog_X_How_to
Develop_Your_Distributed_SQL_Statement_in_Apache_ShardingSphere.en.md
b/docs/blog/content/material/Jan_28_Blog_X_How_to
Develop_Your_Distributed_SQL_Statement_in_Apache_ShardingSphere.en.md
index 552e60cf80f..38362a941eb 100644
--- a/docs/blog/content/material/Jan_28_Blog_X_How_to
Develop_Your_Distributed_SQL_Statement_in_Apache_ShardingSphere.en.md
+++ b/docs/blog/content/material/Jan_28_Blog_X_How_to
Develop_Your_Distributed_SQL_Statement_in_Apache_ShardingSphere.en.md
@@ -119,7 +119,7 @@ When you complete the basic feature development, to ensure
its continuous usabil

-In addition to the unit test, you are also required to complete a parsing test
for the grammar definition in `shardingsphere-parser-test`. The purpose is to
parse the input DistSQL into a `DistSQLStatement` and then compare the parsed
statement with your expected `TestCase` object. The steps are as follows:
+In addition to the unit test, you are also required to complete a parsing test
for the grammar definition in `shardingsphere-test-parser`. The purpose is to
parse the input DistSQL into a `DistSQLStatement` and then compare the parsed
statement with your expected `TestCase` object. The steps are as follows:
a. Add the SQL you want to test in
`src/main/resources/sql/supported/rql/show.xml`;
diff --git a/kernel/sql-federation/optimizer/pom.xml
b/kernel/sql-federation/optimizer/pom.xml
index 77519b39ab0..02a610c6e27 100644
--- a/kernel/sql-federation/optimizer/pom.xml
+++ b/kernel/sql-federation/optimizer/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-parser-test</artifactId>
+ <artifactId>shardingsphere-test-parser</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
diff --git a/sql-parser/dialect/pom.xml b/sql-parser/dialect/pom.xml
index 4460d0c07e6..81a6d0056de 100644
--- a/sql-parser/dialect/pom.xml
+++ b/sql-parser/dialect/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-parser-test</artifactId>
+ <artifactId>shardingsphere-test-parser</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
diff --git a/test/parser/pom.xml b/test/parser/pom.xml
index 7ec80a3e4cc..048bb874785 100644
--- a/test/parser/pom.xml
+++ b/test/parser/pom.xml
@@ -24,7 +24,7 @@
<artifactId>shardingsphere-test</artifactId>
<version>5.2.2-SNAPSHOT</version>
</parent>
- <artifactId>shardingsphere-parser-test</artifactId>
+ <artifactId>shardingsphere-test-parser</artifactId>
<name>${project.artifactId}</name>
<properties>