iwasakims opened a new pull request #2326: URL: https://github.com/apache/hive/pull/2326
https://issues.apache.org/jira/browse/HIVE-25173 ``` [ERROR] Failed to execute goal on project hive-pre-upgrade: Could not resolve dependencies for project org.apache.hive:hive-pre-upgrade:jar:4.0.0-SNAPSHOT: Failure to find org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced ``` The dependency on org.pentaho:pentaho-aggdesigner-algorithm is pulled from hive-exec-2.3.3 via calcite-core-1.10.0. I think we can safely exclude it from transitive dependencies. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
