You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2022/12/04 04:28:50 UTC

[shardingsphere] branch master updated: Rename rewriter it test module name (#22637)

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

sunnianjun 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 42fd2e67cbb Rename rewriter it test module name (#22637)
42fd2e67cbb is described below

commit 42fd2e67cbbb663e94d0ad42dccb092246dd9c30
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sun Dec 4 12:28:43 2022 +0800

    Rename rewriter it test module name (#22637)
---
 test/it/pom.xml                                                         | 2 +-
 test/it/{rewrite => rewriter}/pom.xml                                   | 2 +-
 .../shardingsphere/test/it/rewrite/engine/AbstractSQLRewriterIT.java    | 0
 .../it/rewrite/engine/parameter/SQLRewriteEngineTestParameters.java     | 0
 .../rewrite/engine/parameter/SQLRewriteEngineTestParametersBuilder.java | 0
 .../shardingsphere/test/it/rewrite/entity/RewriteAssertionEntity.java   | 0
 .../test/it/rewrite/entity/RewriteAssertionsRootEntity.java             | 0
 .../shardingsphere/test/it/rewrite/entity/RewriteInputEntity.java       | 0
 .../shardingsphere/test/it/rewrite/entity/RewriteOutputEntity.java      | 0
 .../rewrite/fixture/encrypt/RewriteNormalEncryptAlgorithmFixture.java   | 0
 .../fixture/encrypt/RewriteQueryAssistedEncryptAlgorithmFixture.java    | 0
 .../fixture/encrypt/RewriteQueryLikeEncryptAlgorithmFixture.java        | 0
 .../encrypt/RewriteSchemaMetaDataAwareEncryptAlgorithmFixture.java      | 0
 .../it/rewrite/fixture/keygen/RewriteKeyGenerateAlgorithmFixture.java   | 0
 .../test/it/rewrite/loader/RewriteAssertionsRootEntityLoader.java       | 0
 .../shardingsphere/test/it/rewrite/scenario/EncryptSQLRewriterIT.java   | 0
 .../shardingsphere/test/it/rewrite/scenario/MixSQLRewriterIT.java       | 0
 .../shardingsphere/test/it/rewrite/scenario/ShardingSQLRewriterIT.java  | 0
 .../services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm     | 0
 .../org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm         | 0
 test/it/{rewrite => rewriter}/src/test/resources/logback-test.xml       | 0
 .../scenario/encrypt/case/query-with-cipher/ddl/alter/alter-table.xml   | 0
 .../scenario/encrypt/case/query-with-cipher/ddl/create/create-index.xml | 0
 .../scenario/encrypt/case/query-with-cipher/ddl/create/create-table.xml | 0
 .../scenario/encrypt/case/query-with-cipher/dml/delete/delete.xml       | 0
 .../encrypt/case/query-with-cipher/dml/insert/insert-column.xml         | 0
 .../encrypt/case/query-with-cipher/dml/insert/insert-on-duplicate.xml   | 0
 .../scenario/encrypt/case/query-with-cipher/dml/insert/insert-set.xml   | 0
 .../encrypt/case/query-with-cipher/dml/select/select-group-by.xml       | 0
 .../scenario/encrypt/case/query-with-cipher/dml/select/select-join.xml  | 0
 .../encrypt/case/query-with-cipher/dml/select/select-order-by.xml       | 0
 .../encrypt/case/query-with-cipher/dml/select/select-projection.xml     | 0
 .../encrypt/case/query-with-cipher/dml/select/select-subquery.xml       | 0
 .../scenario/encrypt/case/query-with-cipher/dml/select/select-where.xml | 0
 .../scenario/encrypt/case/query-with-cipher/dml/update/update.xml       | 0
 .../scenario/encrypt/case/query-with-plain/ddl/alter/alter-table.xml    | 0
 .../scenario/encrypt/case/query-with-plain/ddl/create/create-index.xml  | 0
 .../scenario/encrypt/case/query-with-plain/ddl/create/create-table.xml  | 0
 .../scenario/encrypt/case/query-with-plain/dml/delete/delete.xml        | 0
 .../scenario/encrypt/case/query-with-plain/dml/insert/insert-column.xml | 0
 .../encrypt/case/query-with-plain/dml/insert/insert-on-duplicate.xml    | 0
 .../scenario/encrypt/case/query-with-plain/dml/insert/insert-set.xml    | 0
 .../encrypt/case/query-with-plain/dml/select/select-group-by.xml        | 0
 .../scenario/encrypt/case/query-with-plain/dml/select/select-join.xml   | 0
 .../encrypt/case/query-with-plain/dml/select/select-order-by.xml        | 0
 .../encrypt/case/query-with-plain/dml/select/select-projection.xml      | 0
 .../encrypt/case/query-with-plain/dml/select/select-subquery.xml        | 0
 .../scenario/encrypt/case/query-with-plain/dml/select/select-where.xml  | 0
 .../scenario/encrypt/case/query-with-plain/dml/update/update.xml        | 0
 .../src/test/resources/scenario/encrypt/config/query-with-cipher.yaml   | 0
 .../src/test/resources/scenario/encrypt/config/query-with-plain.yaml    | 0
 .../scenario/mix/case/query-with-cipher/ddl/create/create-table.xml     | 0
 .../resources/scenario/mix/case/query-with-cipher/dml/delete/delete.xml | 0
 .../scenario/mix/case/query-with-cipher/dml/insert/insert-column.xml    | 0
 .../scenario/mix/case/query-with-cipher/dml/insert/insert-set.xml       | 0
 .../scenario/mix/case/query-with-cipher/dml/select/select-join.xml      | 0
 .../mix/case/query-with-cipher/dml/select/select-projection.xml         | 0
 .../scenario/mix/case/query-with-cipher/dml/select/select-subquery.xml  | 0
 .../scenario/mix/case/query-with-cipher/dml/select/select-where.xml     | 0
 .../resources/scenario/mix/case/query-with-cipher/dml/update/update.xml | 0
 .../resources/scenario/mix/case/query-with-plain/dml/delete/delete.xml  | 0
 .../scenario/mix/case/query-with-plain/dml/select/select-projection.xml | 0
 .../scenario/mix/case/query-with-plain/dml/select/select-where.xml      | 0
 .../resources/scenario/mix/case/query-with-plain/dml/update/update.xml  | 0
 .../src/test/resources/scenario/mix/config/query-with-cipher.yaml       | 0
 .../src/test/resources/scenario/mix/config/query-with-plain.yaml        | 0
 .../src/test/resources/scenario/sharding/case/dal/analyze.xml           | 0
 .../src/test/resources/scenario/sharding/case/ddl/alter-table.xml       | 0
 .../src/test/resources/scenario/sharding/case/ddl/close.xml             | 0
 .../src/test/resources/scenario/sharding/case/ddl/create-table.xml      | 0
 .../src/test/resources/scenario/sharding/case/ddl/cursor.xml            | 0
 .../src/test/resources/scenario/sharding/case/ddl/drop-table.xml        | 0
 .../src/test/resources/scenario/sharding/case/ddl/fetch.xml             | 0
 .../src/test/resources/scenario/sharding/case/ddl/index.xml             | 0
 .../src/test/resources/scenario/sharding/case/ddl/move.xml              | 0
 .../src/test/resources/scenario/sharding/case/ddl/show.xml              | 0
 .../src/test/resources/scenario/sharding/case/dml/copy.xml              | 0
 .../src/test/resources/scenario/sharding/case/dml/delete.xml            | 0
 .../src/test/resources/scenario/sharding/case/dml/insert.xml            | 0
 .../src/test/resources/scenario/sharding/case/dml/select.xml            | 0
 .../src/test/resources/scenario/sharding/case/dml/update.xml            | 0
 .../src/test/resources/scenario/sharding/config/sharding-rule.yaml      | 0
 82 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/it/pom.xml b/test/it/pom.xml
index 8ca1938516f..dc28cdc90ae 100644
--- a/test/it/pom.xml
+++ b/test/it/pom.xml
@@ -31,7 +31,7 @@
     <modules>
         <module>parser</module>
         <module>optimizer</module>
-        <module>rewrite</module>
+        <module>rewriter</module>
         <module>pipeline</module>
     </modules>
     
diff --git a/test/it/rewrite/pom.xml b/test/it/rewriter/pom.xml
similarity index 98%
rename from test/it/rewrite/pom.xml
rename to test/it/rewriter/pom.xml
index 1ee9d8e61df..7773ffca278 100644
--- a/test/it/rewrite/pom.xml
+++ b/test/it/rewriter/pom.xml
@@ -24,7 +24,7 @@
         <artifactId>shardingsphere-test-it</artifactId>
         <version>5.2.2-SNAPSHOT</version>
     </parent>
-    <artifactId>shardingsphere-test-it-rewrite</artifactId>
+    <artifactId>shardingsphere-test-it-rewriter</artifactId>
     <name>${project.artifactId}</name>
     
     <dependencies>
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/AbstractSQLRewriterIT.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/AbstractSQLRewriterIT.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/AbstractSQLRewriterIT.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/AbstractSQLRewriterIT.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/parameter/SQLRewriteEngineTestParameters.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/parameter/SQLRewriteEngineTestParameters.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/parameter/SQLRewriteEngineTestParameters.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/parameter/SQLRewriteEngineTestParameters.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/parameter/SQLRewriteEngineTestParametersBuilder.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/parameter/SQLRewriteEngineTestParametersBuilder.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/parameter/SQLRewriteEngineTestParametersBuilder.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/engine/parameter/SQLRewriteEngineTestParametersBuilder.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteAssertionEntity.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteAssertionEntity.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteAssertionEntity.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteAssertionEntity.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteAssertionsRootEntity.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteAssertionsRootEntity.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteAssertionsRootEntity.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteAssertionsRootEntity.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteInputEntity.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteInputEntity.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteInputEntity.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteInputEntity.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteOutputEntity.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteOutputEntity.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteOutputEntity.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/entity/RewriteOutputEntity.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteNormalEncryptAlgorithmFixture.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteNormalEncryptAlgorithmFixture.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteNormalEncryptAlgorithmFixture.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteNormalEncryptAlgorithmFixture.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteQueryAssistedEncryptAlgorithmFixture.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteQueryAssistedEncryptAlgorithmFixture.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteQueryAssistedEncryptAlgorithmFixture.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteQueryAssistedEncryptAlgorithmFixture.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteQueryLikeEncryptAlgorithmFixture.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteQueryLikeEncryptAlgorithmFixture.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteQueryLikeEncryptAlgorithmFixture.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteQueryLikeEncryptAlgorithmFixture.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteSchemaMetaDataAwareEncryptAlgorithmFixture.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteSchemaMetaDataAwareEncryptAlgorithmFixture.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteSchemaMetaDataAwareEncryptAlgorithmFixture.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/encrypt/RewriteSchemaMetaDataAwareEncryptAlgorithmFixture.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/keygen/RewriteKeyGenerateAlgorithmFixture.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/keygen/RewriteKeyGenerateAlgorithmFixture.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/keygen/RewriteKeyGenerateAlgorithmFixture.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/fixture/keygen/RewriteKeyGenerateAlgorithmFixture.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/loader/RewriteAssertionsRootEntityLoader.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/loader/RewriteAssertionsRootEntityLoader.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/loader/RewriteAssertionsRootEntityLoader.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/loader/RewriteAssertionsRootEntityLoader.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/EncryptSQLRewriterIT.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/EncryptSQLRewriterIT.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/EncryptSQLRewriterIT.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/EncryptSQLRewriterIT.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/MixSQLRewriterIT.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/MixSQLRewriterIT.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/MixSQLRewriterIT.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/MixSQLRewriterIT.java
diff --git a/test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/ShardingSQLRewriterIT.java b/test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/ShardingSQLRewriterIT.java
similarity index 100%
rename from test/it/rewrite/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/ShardingSQLRewriterIT.java
rename to test/it/rewriter/src/test/java/org/apache/shardingsphere/test/it/rewrite/scenario/ShardingSQLRewriterIT.java
diff --git a/test/it/rewrite/src/test/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm b/test/it/rewriter/src/test/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
similarity index 100%
rename from test/it/rewrite/src/test/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
rename to test/it/rewriter/src/test/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
diff --git a/test/it/rewrite/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm b/test/it/rewriter/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
similarity index 100%
rename from test/it/rewrite/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
rename to test/it/rewriter/src/test/resources/META-INF/services/org.apache.shardingsphere.sharding.spi.KeyGenerateAlgorithm
diff --git a/test/it/rewrite/src/test/resources/logback-test.xml b/test/it/rewriter/src/test/resources/logback-test.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/logback-test.xml
rename to test/it/rewriter/src/test/resources/logback-test.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/alter/alter-table.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/alter/alter-table.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/alter/alter-table.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/alter/alter-table.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/create/create-index.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/create/create-index.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/create/create-index.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/create/create-index.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/create/create-table.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/create/create-table.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/create/create-table.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/ddl/create/create-table.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/delete/delete.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/delete/delete.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/delete/delete.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/delete/delete.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-column.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-column.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-column.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-column.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-on-duplicate.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-on-duplicate.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-on-duplicate.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-on-duplicate.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-set.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-set.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-set.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/insert/insert-set.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-group-by.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-group-by.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-group-by.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-group-by.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-join.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-join.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-join.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-join.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-order-by.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-order-by.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-order-by.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-order-by.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-projection.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-projection.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-projection.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-projection.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-subquery.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-subquery.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-subquery.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-subquery.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-where.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-where.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-where.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/select/select-where.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/update/update.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/update/update.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/update/update.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-cipher/dml/update/update.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/alter/alter-table.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/alter/alter-table.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/alter/alter-table.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/alter/alter-table.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/create/create-index.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/create/create-index.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/create/create-index.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/create/create-index.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/create/create-table.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/create/create-table.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/create/create-table.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/ddl/create/create-table.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/delete/delete.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/delete/delete.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/delete/delete.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/delete/delete.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-column.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-column.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-column.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-column.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-on-duplicate.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-on-duplicate.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-on-duplicate.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-on-duplicate.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-set.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-set.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-set.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/insert/insert-set.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-group-by.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-group-by.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-group-by.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-group-by.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-join.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-join.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-join.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-join.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-order-by.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-order-by.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-order-by.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-order-by.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-projection.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-projection.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-projection.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-projection.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-subquery.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-subquery.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-subquery.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-subquery.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-where.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-where.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-where.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/select/select-where.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/update/update.xml b/test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/update/update.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/case/query-with-plain/dml/update/update.xml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/case/query-with-plain/dml/update/update.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/config/query-with-cipher.yaml b/test/it/rewriter/src/test/resources/scenario/encrypt/config/query-with-cipher.yaml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/config/query-with-cipher.yaml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/config/query-with-cipher.yaml
diff --git a/test/it/rewrite/src/test/resources/scenario/encrypt/config/query-with-plain.yaml b/test/it/rewriter/src/test/resources/scenario/encrypt/config/query-with-plain.yaml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/encrypt/config/query-with-plain.yaml
rename to test/it/rewriter/src/test/resources/scenario/encrypt/config/query-with-plain.yaml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/ddl/create/create-table.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/ddl/create/create-table.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/ddl/create/create-table.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/ddl/create/create-table.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/delete/delete.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/delete/delete.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/delete/delete.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/delete/delete.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/insert/insert-column.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/insert/insert-column.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/insert/insert-column.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/insert/insert-column.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/insert/insert-set.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/insert/insert-set.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/insert/insert-set.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/insert/insert-set.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-join.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-join.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-join.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-join.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-projection.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-projection.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-projection.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-projection.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-subquery.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-subquery.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-subquery.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-subquery.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-where.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-where.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-where.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/select/select-where.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/update/update.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/update/update.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-cipher/dml/update/update.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-cipher/dml/update/update.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-plain/dml/delete/delete.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-plain/dml/delete/delete.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-plain/dml/delete/delete.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-plain/dml/delete/delete.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-plain/dml/select/select-projection.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-plain/dml/select/select-projection.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-plain/dml/select/select-projection.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-plain/dml/select/select-projection.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-plain/dml/select/select-where.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-plain/dml/select/select-where.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-plain/dml/select/select-where.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-plain/dml/select/select-where.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/case/query-with-plain/dml/update/update.xml b/test/it/rewriter/src/test/resources/scenario/mix/case/query-with-plain/dml/update/update.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/case/query-with-plain/dml/update/update.xml
rename to test/it/rewriter/src/test/resources/scenario/mix/case/query-with-plain/dml/update/update.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/config/query-with-cipher.yaml b/test/it/rewriter/src/test/resources/scenario/mix/config/query-with-cipher.yaml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/config/query-with-cipher.yaml
rename to test/it/rewriter/src/test/resources/scenario/mix/config/query-with-cipher.yaml
diff --git a/test/it/rewrite/src/test/resources/scenario/mix/config/query-with-plain.yaml b/test/it/rewriter/src/test/resources/scenario/mix/config/query-with-plain.yaml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/mix/config/query-with-plain.yaml
rename to test/it/rewriter/src/test/resources/scenario/mix/config/query-with-plain.yaml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/dal/analyze.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/dal/analyze.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/dal/analyze.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/dal/analyze.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/alter-table.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/alter-table.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/alter-table.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/alter-table.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/close.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/close.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/close.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/close.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/create-table.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/create-table.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/create-table.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/create-table.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/cursor.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/cursor.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/cursor.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/cursor.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/drop-table.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/drop-table.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/drop-table.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/drop-table.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/fetch.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/fetch.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/fetch.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/fetch.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/index.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/index.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/index.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/index.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/move.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/move.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/move.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/move.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/show.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/show.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/ddl/show.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/ddl/show.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/dml/copy.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/dml/copy.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/dml/copy.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/dml/copy.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/dml/delete.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/dml/delete.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/dml/delete.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/dml/delete.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/dml/insert.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/dml/insert.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/dml/insert.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/dml/insert.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/dml/select.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/dml/select.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/dml/select.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/dml/select.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/case/dml/update.xml b/test/it/rewriter/src/test/resources/scenario/sharding/case/dml/update.xml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/case/dml/update.xml
rename to test/it/rewriter/src/test/resources/scenario/sharding/case/dml/update.xml
diff --git a/test/it/rewrite/src/test/resources/scenario/sharding/config/sharding-rule.yaml b/test/it/rewriter/src/test/resources/scenario/sharding/config/sharding-rule.yaml
similarity index 100%
rename from test/it/rewrite/src/test/resources/scenario/sharding/config/sharding-rule.yaml
rename to test/it/rewriter/src/test/resources/scenario/sharding/config/sharding-rule.yaml