You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2023/03/28 11:02:48 UTC

[hive] branch branch-3 updated: HIVE-26905: Backport HIVE-25173 to 3.2.0: Exclude pentaho-aggdesigner-algorithm from upgrade-acid (Chris Nauroth reviewed by Stamatis Zampetakis)

This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/branch-3 by this push:
     new 1e8274fb891 HIVE-26905: Backport HIVE-25173 to 3.2.0: Exclude pentaho-aggdesigner-algorithm from upgrade-acid (Chris Nauroth reviewed by Stamatis Zampetakis)
1e8274fb891 is described below

commit 1e8274fb891b50b2197d365c557af53c217dcd0c
Author: Chris Nauroth <cn...@apache.org>
AuthorDate: Thu Jan 5 05:19:41 2023 +0000

    HIVE-26905: Backport HIVE-25173 to 3.2.0: Exclude pentaho-aggdesigner-algorithm from upgrade-acid (Chris Nauroth reviewed by Stamatis Zampetakis)
    
    Closes #4163
---
 upgrade-acid/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/upgrade-acid/pom.xml b/upgrade-acid/pom.xml
index 5002fc6f631..131f86fc1f7 100644
--- a/upgrade-acid/pom.xml
+++ b/upgrade-acid/pom.xml
@@ -80,6 +80,12 @@
             <artifactId>hive-exec</artifactId>
             <version>2.3.3</version>
             <scope>provided</scope>
+            <exclusions>
+              <exclusion>
+                <groupId>org.pentaho</groupId>
+                <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+              </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.hadoop</groupId>