tarak271 commented on code in PR #3959:
URL: https://github.com/apache/hive/pull/3959#discussion_r1100373870
##########
standalone-metastore/metastore-server/pom.xml:
##########
@@ -30,6 +30,12 @@
<artifactId>hive-standalone-metastore-common</artifactId>
<version>4.0.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hive</groupId>
+ <artifactId>hive-metastore</artifactId>
Review Comment:
TestMetastoreConf.java belongs to metastore-server and
SerDeStorageSchemaReader belongs to hive-metastore. So i had to add this
dependency with test scope. Please guide me if there is any other way around,
will make changes accordingly
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]