viirya commented on a change in pull request #1356:
URL: https://github.com/apache/hive/pull/1356#discussion_r532881891
##########
File path: itests/hive-blobstore/pom.xml
##########
@@ -55,33 +55,33 @@
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
- <artifactId>hive-metastore</artifactId>
+ <artifactId>hive-exec</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>${project.version}</version>
- <classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
- <artifactId>hive-it-unit</artifactId>
+ <artifactId>hive-metastore</artifactId>
Review comment:
Oh, I don't change it actually.
This diff looks like I add new `hive-metastore` dependency but in the
original pom.xml, it already includes two `hive-metastore`, one is without
classifier and one is with `tests` classifier.
Just the way git showing diff confusing readers.
----------------------------------------------------------------
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]