Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d9d8ab

Browse files
authoredJun 18, 2025··
Merge branch 'master' into HIVE-28976
2 parents 674ad40 + 78e6bfc commit 3d9d8ab

File tree

120 files changed

+6735
-48998
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+6735
-48998
lines changed
 

‎Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ mkdir -p .m2/repository
9898
cp $SETTINGS .m2/settings.xml
9999
OPTS=" -s $PWD/.m2/settings.xml -B -Dtest.groups= "
100100
OPTS+=" -Pitests,qsplits,dist,errorProne"
101-
OPTS+=" -Dorg.slf4j.simpleLogger.log.org.apache.maven.plugin.surefire.SurefirePlugin=INFO"
102101
OPTS+=" -Dmaven.repo.local=$PWD/.m2/repository"
103102
git config extra.mavenOpts "$OPTS"
104103
OPTS=" $M_OPTS -Dmaven.test.failure.ignore "
@@ -372,7 +371,7 @@ tar -xzf packaging/target/apache-hive-*-nightly-*-src.tar.gz
372371
}
373372
try {
374373
stage('Test') {
375-
buildHive("org.apache.maven.plugins:maven-antrun-plugin:run@{define-classpath,setup-test-dirs,setup-metastore-scripts} org.apache.maven.plugins:maven-surefire-plugin:test -q")
374+
buildHive("org.apache.maven.plugins:maven-antrun-plugin:run@{define-classpath,setup-test-dirs,setup-metastore-scripts} org.apache.maven.plugins:maven-surefire-plugin:test")
376375
}
377376
} finally {
378377
stage('PostProcess') {

‎NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Hive
2-
Copyright 2008-2023 The Apache Software Foundation
2+
Copyright 2008-2025 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)