Xiao Li created SPARK-17324: ------------------------------- Summary: Remove Direct Usage of HiveClient in InsertIntoHiveTable Key: SPARK-17324 URL: https://issues.apache.org/jira/browse/SPARK-17324 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 2.1.0 Reporter: Xiao Li
This is another step to get rid of HiveClient from `HiveSessionState`. All the metastore interactions should be through `ExternalCatalog` interface. However, the existing implementation of `InsertIntoHiveTable ` still requires Hive clients. Thus, we can remove HiveClient by moving the metastore interactions into `ExternalCatalog`. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org