sandeep-katta commented on a change in pull request #24566: 
[SPARK-27667][SQL]Set the current database to SessionState , use cli can use 
this to display in prompt
URL: https://github.com/apache/spark/pull/24566#discussion_r282513092
 
 

 ##########
 File path: sql/catalyst/pom.xml
 ##########
 @@ -114,6 +114,11 @@
       <version>2.7.3</version>
       <type>jar</type>
     </dependency>
+    <dependency>
+      <groupId>${hive.group}</groupId>
+      <artifactId>hive-exec</artifactId>
 
 Review comment:
   to import  org.apache.hadoop.hive.ql.session.SessionState
   
   Can spark-sql have dependency on hive ? .  If not then I need to do with 
reflection or will find other solution

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to