This is an automated email from the ASF dual-hosted git repository.
difin pushed a commit to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/branch-4.2 by this push:
new 6d139bb090c HIVE-29315: Add metastore-client module to metastore
sources .tar.gz (#6183)
6d139bb090c is described below
commit 6d139bb090c0ab615675de48be5b70f9a90a6492
Author: Dmitriy Fingerman <[email protected]>
AuthorDate: Thu Nov 13 17:22:05 2025 -0500
HIVE-29315: Add metastore-client module to metastore sources .tar.gz (#6183)
---
RELEASE_NOTES.txt | 1 +
standalone-metastore/RELEASE_NOTES.txt | 1 +
standalone-metastore/packaging/src/assembly/src.xml | 1 +
3 files changed, 3 insertions(+)
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index d390eaec0de..602306f3fe6 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -91,6 +91,7 @@ Release Notes - Hive - Version 4.2.0
* [HIVE-29297] - The directory of the direct insert manifest files should
be hidden from read queries
* [HIVE-29303] - Fix the 'DnsjavaInetAddressResolverProvider not found'
exception in Java-based Beeline
* [HIVE-29307] - Incorrect split calculation causing less container to
launch
+ * [HIVE-29315] - Metastore-client module is missing in metastore sources
.tar.gz
** New Feature
diff --git a/standalone-metastore/RELEASE_NOTES.txt
b/standalone-metastore/RELEASE_NOTES.txt
index de6b7fed2ca..2b6ab0a0011 100644
--- a/standalone-metastore/RELEASE_NOTES.txt
+++ b/standalone-metastore/RELEASE_NOTES.txt
@@ -20,6 +20,7 @@ Release Notes - Hive - Version 4.2.0
* [HIVE-29182] - Upgrade maven-checkstyle-plugin version from 2.17 to 3.5.0
* [HIVE-29251] - Hive ACID: HiveConf object shouldn't be shared between
multiple cleanup task threads
* [HIVE-29269] - SQL injection vulnerability when processing delete column
statistics requests via the HMS Thrift APIs
+ * [HIVE-29315] - Metastore-client module is missing in metastore sources
.tar.gz
** New Feature
diff --git a/standalone-metastore/packaging/src/assembly/src.xml
b/standalone-metastore/packaging/src/assembly/src.xml
index 168b16b692c..a571770fda1 100644
--- a/standalone-metastore/packaging/src/assembly/src.xml
+++ b/standalone-metastore/packaging/src/assembly/src.xml
@@ -39,6 +39,7 @@
<include>LICENSE</include>
<include>NOTICE</include>
<include>pom.xml</include>
+ <include>metastore-client/**/*</include>
<include>metastore-common/**/*</include>
<include>metastore-server/**/*</include>
<include>metastore-tools/**/*</include>