[ https://issues.apache.org/jira/browse/HIVE-24542?focusedWorklogId=627552&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627552 ]
ASF GitHub Bot logged work on HIVE-24542: ----------------------------------------- Author: ASF GitHub Bot Created on: 26/Jul/21 06:43 Start Date: 26/Jul/21 06:43 Worklog Time Spent: 10m Work Description: dongjoon-hyun commented on a change in pull request #1784: URL: https://github.com/apache/hive/pull/1784#discussion_r676330914 ########## File path: storage-api/pom.xml ########## @@ -113,14 +113,13 @@ <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> - - <!-- test inter-project --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> - <scope>test</scope> Review comment: Hi, All. This seems to cause a regression at `hive-storage-api` 2.8.0. - https://mvnrepository.com/artifact/org.apache.hive/hive-storage-api/2.8.0 -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 627552) Time Spent: 0.5h (was: 20m) > Prepare Guava for Upgrades > -------------------------- > > Key: HIVE-24542 > URL: https://issues.apache.org/jira/browse/HIVE-24542 > Project: Hive > Issue Type: Improvement > Reporter: David Mollitor > Assignee: David Mollitor > Priority: Minor > Labels: pull-request-available > Fix For: 4.0.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Hive is currently using some Guava methods that are removed in future > versions, also, in some projects, the version of Guava being used is being > implicitly inherited from other projects even though Hive has a defined > version. Be explicit about it. > These actions will make upgrading Guava versions easier in the future. -- This message was sent by Atlassian Jira (v8.3.4#803005)