Skip to content

Commit 20e5ec0

Browse files
authored
Rename module from shardingsphere-parser-sql-statement-type to shardingsphere-parser-sql-statement-dialect (#36405)
1 parent 74d803c commit 20e5ec0

File tree

269 files changed

+9
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+9
-7
lines changed

parser/sql/dialect/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<artifactId>shardingsphere-parser-sql-dialect</artifactId>
2727
<packaging>pom</packaging>
2828
<name>${project.artifactId}</name>
29+
2930
<modules>
3031
<module>sql92</module>
3132
<module>postgresql</module>

parser/sql/statement/type/hive/pom.xml renamed to parser/sql/statement/dialect/hive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
23-
<artifactId>shardingsphere-parser-sql-statement-type</artifactId>
23+
<artifactId>shardingsphere-parser-sql-statement-dialect</artifactId>
2424
<version>5.5.3-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>shardingsphere-parser-sql-statement-hive</artifactId>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)