illiabarbashov-sketch commented on code in PR #6748:
URL: https://github.com/apache/hive/pull/6748#discussion_r3956338051


##########
beeline/pom.xml:
##########
@@ -70,6 +65,7 @@
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-standalone-metastore-server</artifactId>
       <version>${standalone-metastore.version}</version>
+      <scope>provided</scope>

Review Comment:
   To what I see no. SchemaTool has it's own main method entry point and 
Beeline doesn't reference SchemaTool at any place. Also cli client only refers 
to beeline. For some reason SchemaTool is just inside beeline module. However 
they don't have anything in common to what I can judge. 



-- 
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]

Reply via email to