Skip to content
Snippets Groups Projects
Commit 6b156e2f authored by gatorsmile's avatar gatorsmile Committed by Wenchen Fan
Browse files

[SPARK-17324][SQL] Remove Direct Usage of HiveClient in InsertIntoHiveTable

### What changes were proposed in this pull request?
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. This PR is to remove HiveClient by moving the metastore interactions into `ExternalCatalog`.

### How was this patch tested?
Existing test cases

Author: gatorsmile <gatorsmile@gmail.com>

Closes #14888 from gatorsmile/removeClientFromInsertIntoHiveTable.
parent e9b58e9e
No related branches found
No related tags found
No related merge requests found
Showing
with 168 additions and 68 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment