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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org