diff --git a/docs/content.zh/docs/connectors/table/hive/overview.md b/docs/content.zh/docs/connectors/table/hive/overview.md
index ea2a72056ed..49dcdd96292 100644
--- a/docs/content.zh/docs/connectors/table/hive/overview.md
+++ b/docs/content.zh/docs/connectors/table/hive/overview.md
@@ -54,6 +54,7 @@ Flink 支持以下的 Hive 版本。
- 2.3.7
- 2.3.8
- 2.3.9
+ - 2.3.10
- 3.1
- 3.1.0
- 3.1.1
@@ -87,10 +88,10 @@ export HADOOP_CLASSPATH=`hadoop classpath`
下表列出了所有可用的 Hive jar。您可以选择一个并放在 Flink 发行版的`/lib/` 目录中。
-| Metastore version | Maven dependency | SQL Client JAR |
-|:------------------|:---------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 2.3.0 - 2.3.9 | `flink-sql-connector-hive-2.3.9` | {{< stable >}}[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-2.3.9{{< scala_version >}}/{{< version >}}/flink-sql-connector-hive-2.3.9{{< scala_version >}}-{{< version >}}.jar) {{< /stable >}}{{< unstable >}} Only available for stable releases {{< /unstable >}} |
-| 3.0.0 - 3.1.3 | `flink-sql-connector-hive-3.1.3` | {{< stable >}}[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-3.1.3{{< scala_version >}}/{{< version >}}/flink-sql-connector-hive-3.1.3{{< scala_version >}}-{{< version >}}.jar) {{< /stable >}}{{< unstable >}} Only available for stable releases {{< /unstable >}} |
+| Metastore version | Maven dependency | SQL Client JAR |
+|:------------------|:----------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 2.3.0 - 2.3.10 | `flink-sql-connector-hive-2.3.10` | {{< stable >}}[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-2.3.10{{< scala_version >}}/{{< version >}}/flink-sql-connector-hive-2.3.10{{< scala_version >}}-{{< version >}}.jar) {{< /stable >}}{{< unstable >}} Only available for stable releases {{< /unstable >}} |
+| 3.0.0 - 3.1.3 | `flink-sql-connector-hive-3.1.3` | {{< stable >}}[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-3.1.3{{< scala_version >}}/{{< version >}}/flink-sql-connector-hive-3.1.3{{< scala_version >}}-{{< version >}}.jar) {{< /stable >}}{{< unstable >}} Only available for stable releases {{< /unstable >}} |
#### 用户定义的依赖项
diff --git a/docs/content/docs/connectors/table/hive/overview.md b/docs/content/docs/connectors/table/hive/overview.md
index 49c4a15eaaf..4edbd014932 100644
--- a/docs/content/docs/connectors/table/hive/overview.md
+++ b/docs/content/docs/connectors/table/hive/overview.md
@@ -54,6 +54,7 @@ Flink supports the following Hive versions.
- 2.3.7
- 2.3.8
- 2.3.9
+ - 2.3.10
- 3.1
- 3.1.0
- 3.1.1
@@ -89,10 +90,10 @@ There are two ways to add Hive dependencies. First is to use Flink's bundled Hiv
The following tables list all available bundled hive jars. You can pick one to the `/lib/` directory in Flink distribution.
-| Metastore version | Maven dependency | SQL Client JAR |
-|:------------------|:---------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 2.3.0 - 2.3.9 | `flink-sql-connector-hive-2.3.9` | {{< stable >}}[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-2.3.9{{< scala_version >}}/{{< version >}}/flink-sql-connector-hive-2.3.9{{< scala_version >}}-{{< version >}}.jar) {{< /stable >}}{{< unstable >}} Only available for stable releases {{< /unstable >}} |
-| 3.0.0 - 3.1.3 | `flink-sql-connector-hive-3.1.3` | {{< stable >}}[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-3.1.3{{< scala_version >}}/{{< version >}}/flink-sql-connector-hive-3.1.3{{< scala_version >}}-{{< version >}}.jar) {{< /stable >}}{{< unstable >}} Only available for stable releases {{< /unstable >}} |
+| Metastore version | Maven dependency | SQL Client JAR |
+|:------------------|:----------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 2.3.0 - 2.3.10 | `flink-sql-connector-hive-2.3.10` | {{< stable >}}[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-2.3.10{{< scala_version >}}/{{< version >}}/flink-sql-connector-hive-2.3.10{{< scala_version >}}-{{< version >}}.jar) {{< /stable >}}{{< unstable >}} Only available for stable releases {{< /unstable >}} |
+| 3.0.0 - 3.1.3 | `flink-sql-connector-hive-3.1.3` | {{< stable >}}[Download](https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-hive-3.1.3{{< scala_version >}}/{{< version >}}/flink-sql-connector-hive-3.1.3{{< scala_version >}}-{{< version >}}.jar) {{< /stable >}}{{< unstable >}} Only available for stable releases {{< /unstable >}} |
#### User defined dependencies
diff --git a/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimLoader.java b/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimLoader.java
index 6f556be8e53..f0b7fe84c22 100644
--- a/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimLoader.java
+++ b/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimLoader.java
@@ -40,6 +40,7 @@ public class HiveShimLoader {
public static final String HIVE_VERSION_V2_3_7 = "2.3.7";
public static final String HIVE_VERSION_V2_3_8 = "2.3.8";
public static final String HIVE_VERSION_V2_3_9 = "2.3.9";
+ public static final String HIVE_VERSION_V2_3_10 = "2.3.10";
public static final String HIVE_VERSION_V3_1_0 = "3.1.0";
public static final String HIVE_VERSION_V3_1_1 = "3.1.1";
public static final String HIVE_VERSION_V3_1_2 = "3.1.2";
@@ -85,6 +86,9 @@ public class HiveShimLoader {
if (v.startsWith(HIVE_VERSION_V2_3_9)) {
return new HiveShimV239();
}
+ if (v.startsWith(HIVE_VERSION_V2_3_10)) {
+ return new HiveShimV2310();
+ }
if (v.startsWith(HIVE_VERSION_V3_1_0)) {
return new HiveShimV310();
}
diff --git a/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimV2310.java b/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimV2310.java
new file mode 100644
index 00000000000..6601b053bc6
--- /dev/null
+++ b/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimV2310.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.catalog.hive.client;
+
+/** Shim for Hive version 2.3.10. */
+public class HiveShimV2310 extends HiveShimV239 {}
diff --git a/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/endpoint/hive/HiveServer2Endpoint.java b/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/endpoint/hive/HiveServer2Endpoint.java
index a7fb69334f5..d8eb46443c3 100644
--- a/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/endpoint/hive/HiveServer2Endpoint.java
+++ b/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/endpoint/hive/HiveServer2Endpoint.java
@@ -116,7 +116,6 @@ import java.util.Map;
import java.util.Objects;
import java.util.Set;
import java.util.concurrent.ThreadPoolExecutor;
-import java.util.concurrent.TimeUnit;
import static org.apache.flink.configuration.ExecutionOptions.RUNTIME_MODE;
import static org.apache.flink.table.api.config.TableConfigOptions.TABLE_DML_SYNC;
@@ -869,10 +868,6 @@ public class HiveServer2Endpoint implements TCLIService.Iface, SqlGatewayEndpoin
.inputProtocolFactory(
new TBinaryProtocol.Factory(
true, true, maxMessageSize, maxMessageSize))
- .requestTimeout(requestTimeoutMs)
- .requestTimeoutUnit(TimeUnit.MILLISECONDS)
- .beBackoffSlotLength(backOffSlotLengthMs)
- .beBackoffSlotLengthUnit(TimeUnit.MILLISECONDS)
.executorService(executor));
} catch (Exception e) {
throw new SqlGatewayException("Failed to build the server.", e);
diff --git a/flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveRunnerShimLoader.java b/flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveRunnerShimLoader.java
index 01485d9a2d6..0e13cb34797 100644
--- a/flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveRunnerShimLoader.java
+++ b/flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveRunnerShimLoader.java
@@ -46,6 +46,7 @@ public class HiveRunnerShimLoader {
case HiveShimLoader.HIVE_VERSION_V2_3_7:
case HiveShimLoader.HIVE_VERSION_V2_3_8:
case HiveShimLoader.HIVE_VERSION_V2_3_9:
+ case HiveShimLoader.HIVE_VERSION_V2_3_10:
case HiveShimLoader.HIVE_VERSION_V3_1_0:
case HiveShimLoader.HIVE_VERSION_V3_1_1:
case HiveShimLoader.HIVE_VERSION_V3_1_2:
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/pom.xml b/flink-connectors/flink-sql-connector-hive-2.3.10/pom.xml
similarity index 93%
rename from flink-connectors/flink-sql-connector-hive-2.3.9/pom.xml
rename to flink-connectors/flink-sql-connector-hive-2.3.10/pom.xml
index 7d3575abe97..30fd97fd6bd 100644
--- a/flink-connectors/flink-sql-connector-hive-2.3.9/pom.xml
+++ b/flink-connectors/flink-sql-connector-hive-2.3.10/pom.xml
@@ -29,8 +29,8 @@ under the License.
1.20-SNAPSHOT
- flink-sql-connector-hive-2.3.9_${scala.binary.version}
- Flink : Connectors : SQL : Hive 2.3.9
+ flink-sql-connector-hive-2.3.10_${scala.binary.version}
+ Flink : Connectors : SQL : Hive 2.3.10
jar
@@ -49,7 +49,7 @@ under the License.
org.apache.hive
hive-exec
- 2.3.9
+ 2.3.10
${flink.markBundledAsOptional}
@@ -60,10 +60,6 @@ under the License.
org.slf4j
slf4j-log4j12
-
- org.pentaho
- pentaho-aggdesigner-algorithm
-
com.google.guava
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/NOTICE
similarity index 66%
rename from flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/NOTICE
rename to flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/NOTICE
index 3c1bd65e866..d7b80b3dd2b 100644
--- a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/NOTICE
+++ b/flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/NOTICE
@@ -1,4 +1,4 @@
-flink-sql-connector-hive-2.3.9
+flink-sql-connector-hive-2.3.10
Copyright 2014-2024 The Apache Software Foundation
This product includes software developed at
@@ -6,7 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- org.apache.hive:hive-exec:2.3.9
+- org.apache.hive:hive-exec:2.3.10
This project bundles the following dependencies under the BSD license.
See bundled license files for details.
@@ -16,13 +16,12 @@ See bundled license files for details.
The bundled Apache Hive org.apache.hive:hive-exec dependency bundles the following dependencies under
the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- com.fasterxml.jackson.core:jackson-annotations:2.6.3
-- com.fasterxml.jackson.core:jackson-core:2.6.3
-- com.fasterxml.jackson.core:jackson-databind:2.6.3
+- com.fasterxml.jackson.core:jackson-annotations:2.12.0
+- com.fasterxml.jackson.core:jackson-core:2.12.0
+- com.fasterxml.jackson.core:jackson-databind:2.12.0
- com.google.guava:guava:14.0.1
- com.googlecode.javaewah:JavaEWAH:0.3.2
- com.tdunning:json:1.8
-- commons-lang:commons-lang:2.6
- io.airlift:aircompressor:0.8
- javax.jdo:jdo-api:3.0.1
- joda-time:joda-time:2.8.1
@@ -34,28 +33,22 @@ the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- org.apache.calcite:calcite-druid:1.10.0
- org.apache.calcite:calcite-linq4j:1.10.0
- org.apache.calcite.avatica:avatica:1.8.0
-- org.apache.commons:commons-lang:2.6
- org.apache.commons:commons-lang3:3.1
-- org.apache.hive.shims:hive-shims-0.23:2.3.9
-- org.apache.hive.shims:hive-shims-common:2.3.9
-- org.apache.hive:hive-common:2.3.9
-- org.apache.hive:hive-llap-client:2.3.9
-- org.apache.hive:hive-llap-common:2.3.9
-- org.apache.hive:hive-metastore:2.3.9
-- org.apache.hive:hive-serde:2.3.9
-- org.apache.hive:hive-service-rpc:2.3.9
+- org.apache.hive.shims:hive-shims-0.23:2.3.10
+- org.apache.hive.shims:hive-shims-common:2.3.10
+- org.apache.hive:hive-common:2.3.10
+- org.apache.hive:hive-llap-client:2.3.10
+- org.apache.hive:hive-llap-common:2.3.10
+- org.apache.hive:hive-metastore:2.3.10
+- org.apache.hive:hive-serde:2.3.10
+- org.apache.hive:hive-service-rpc:2.3.10
- org.apache.hive:hive-storage-api:2.4.0
-- org.apache.hive:spark-client:2.3.9
+- org.apache.hive:spark-client:2.3.10
- org.apache.orc:orc-core:1.3.4
- org.apache.orc:orc-tools:1.3.4
- org.apache.parquet:parquet-hadoop-bundle:1.8.1
-- org.apache.thrift:libthrift:0.7.0
-- org.apache.thrift:libthrift:0.9.3
+- org.apache.thrift:libthrift:0.14.1
- org.apache.thrift:libfb303:0.9.3
-- org.codehaus.jackson:jackson-core-asl:1.9.11
-- org.codehaus.jackson:jackson-core-asl:1.9.13
-- org.codehaus.jackson:jackson-mapper-asl:1.9.11
-- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- org.objenesis:objenesis:2.1
The bundled Apache Hive org.apache.hive:hive-exec dependency bundles the following dependencies under the BSD license.
@@ -66,7 +59,6 @@ See bundled license files for details.
- com.esotericsoftware:reflectasm:1.10.1
- com.google.protobuf:protobuf-java:2.5.0
- javolution:javolution:5.5.1
-- org.jodd:jodd-core:3.5.2
The bundled Apache Hive org.apache.hive:hive-exec dependency bundles the following dependencies under the MIT/X11 license.
See bundled license files for details.
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.antlr b/flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.antlr
similarity index 100%
rename from flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.antlr
rename to flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.antlr
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.javolution b/flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.javolution
similarity index 100%
rename from flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.javolution
rename to flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.javolution
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.kryo b/flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.kryo
similarity index 100%
rename from flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.kryo
rename to flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.kryo
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.minlog b/flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.minlog
similarity index 100%
rename from flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.minlog
rename to flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.minlog
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.protobuf b/flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.protobuf
similarity index 100%
rename from flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.protobuf
rename to flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.protobuf
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.reflectasm b/flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.reflectasm
similarity index 100%
rename from flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.reflectasm
rename to flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.reflectasm
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.slf4j-api b/flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.slf4j-api
similarity index 100%
rename from flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.slf4j-api
rename to flink-connectors/flink-sql-connector-hive-2.3.10/src/main/resources/META-INF/licenses/LICENSE.slf4j-api
diff --git a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.jodd b/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.jodd
deleted file mode 100644
index 15dc7490909..00000000000
--- a/flink-connectors/flink-sql-connector-hive-2.3.9/src/main/resources/META-INF/licenses/LICENSE.jodd
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (c) 2003-2020, Jodd Team All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
\ No newline at end of file
diff --git a/flink-connectors/pom.xml b/flink-connectors/pom.xml
index 3991130be57..5ed07e2c1b2 100644
--- a/flink-connectors/pom.xml
+++ b/flink-connectors/pom.xml
@@ -78,7 +78,7 @@ under the License.
- flink-sql-connector-hive-2.3.9
+ flink-sql-connector-hive-2.3.10
flink-sql-connector-hive-3.1.3
diff --git a/pom.xml b/pom.xml
index 8ca742e8c63..93473f6fcbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@ under the License.
to revisit the impact at that time.
-->
3.2.4
- 2.3.9
+ 2.3.10
1.5.6
1.19.0
tools/japicmp-output
diff --git a/tools/ci/flink-ci-tools/src/main/resources/modules-defining-excess-dependencies.modulelist b/tools/ci/flink-ci-tools/src/main/resources/modules-defining-excess-dependencies.modulelist
index 62f8f6c95ff..cc9b355b2f7 100644
--- a/tools/ci/flink-ci-tools/src/main/resources/modules-defining-excess-dependencies.modulelist
+++ b/tools/ci/flink-ci-tools/src/main/resources/modules-defining-excess-dependencies.modulelist
@@ -19,6 +19,6 @@
# This file lists modules which define additional dependencies, not shown by the maven shade plugin output.
# These are usually undeclared shaded (or otherwise included) dependencies from transitive dependencies.
-flink-sql-connector-hive-2.3.9
+flink-sql-connector-hive-2.3.10
flink-sql-connector-hive-3.1.3
flink-python