You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/09 14:31:05 UTC

[GitHub] [spark] 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

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org