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 b87c4138584 Refactor shardingsphere-parser-sql-hive pom (#36250)
b87c4138584 is described below

commit b87c41385845183bebd322b0c5b4a7cf04568f4d
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Aug 11 17:06:56 2025 +0800

    Refactor shardingsphere-parser-sql-hive pom (#36250)
---
 parser/sql/dialect/hive/pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/parser/sql/dialect/hive/pom.xml b/parser/sql/dialect/hive/pom.xml
index 0653ebe3c9c..81bc98afbbf 100644
--- a/parser/sql/dialect/hive/pom.xml
+++ b/parser/sql/dialect/hive/pom.xml
@@ -36,6 +36,11 @@
             <artifactId>shardingsphere-infra-database-hive</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.shardingsphere</groupId>
+            <artifactId>shardingsphere-parser-sql-statement-hive</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>shardingsphere-parser-sql-statement-mysql</artifactId>
@@ -48,11 +53,5 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-parser-sql-statement-hive</artifactId>
-            <version>5.5.3-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
     </dependencies>
 </project>

Reply via email to