This is an automated email from the ASF dual-hosted git repository.
difin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new efdf0b07ddb HIVE-29315: Add metastore-client module to metastore
sources .tar.gz (#6182)
efdf0b07ddb is described below
commit efdf0b07ddbf804aa1ad37f45bfec29e486afc4c
Author: Dmitriy Fingerman <[email protected]>
AuthorDate: Fri Nov 14 07:04:41 2025 -0500
HIVE-29315: Add metastore-client module to metastore sources .tar.gz (#6182)
---
standalone-metastore/packaging/src/assembly/src.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/standalone-metastore/packaging/src/assembly/src.xml
b/standalone-metastore/packaging/src/assembly/src.xml
index 5a6dd8a1e7e..2b202bd1509 100644
--- a/standalone-metastore/packaging/src/assembly/src.xml
+++ b/standalone-metastore/packaging/src/assembly/src.xml
@@ -38,6 +38,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>