Skip to content
Snippets Groups Projects
Commit 772035e7 authored by gatorsmile's avatar gatorsmile
Browse files

[SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is Not Enabled

### What changes were proposed in this pull request?
It is weird to create Hive source tables when using InMemoryCatalog. We are unable to operate it. This PR is to block users to create Hive source tables.

### How was this patch tested?
Fixed the test cases

Author: gatorsmile <gatorsmile@gmail.com>

Closes #16587 from gatorsmile/blockHiveTable.
parent 74e65cb7
No related branches found
No related tags found
No related merge requests found
Showing
with 72 additions and 93 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