This is an automated email from the ASF dual-hosted git repository.
ayushsaxena 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 9291b87c57b HIVE-27912: Include Iceberg module in nightly builds
(#4903). (zhangbutao, reviewed by Ayush Saxena, Attila Turoczy)
9291b87c57b is described below
commit 9291b87c57bb19e97c4c7b77e27420b623d485d0
Author: Butao Zhang <[email protected]>
AuthorDate: Wed Nov 29 20:33:33 2023 +0800
HIVE-27912: Include Iceberg module in nightly builds (#4903). (zhangbutao,
reviewed by Ayush Saxena, Attila Turoczy)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b5080abf79a..0f99c42cc4a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -308,7 +308,7 @@ time docker rm -f dev_$dbType || true
set -e
dev-support/nightly
'''
- buildHive("install -Dtest=noMatches -Pdist -pl packaging -am")
+ buildHive("install -Dtest=noMatches -Pdist -Piceberg -pl packaging
-am")
}
stage('Verify') {
sh '''#!/bin/bash