Explorar o código

HUE-6066 [metastore] Add EXTERNAL_TABLE to the list of DEFAULT_TABLE_TYPES in hive_server2_lib so Hue will show external tables in database meta info. (#496)

https://github.com/cloudera/hue/pull/496
Rick Bernotas %!s(int64=8) %!d(string=hai) anos
pai
achega
63f4d8a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      apps/beeswax/src/beeswax/server/hive_server2_lib.py

+ 1 - 0
apps/beeswax/src/beeswax/server/hive_server2_lib.py

@@ -476,6 +476,7 @@ class HiveServerClient:
   DEFAULT_TABLE_TYPES = [
     'TABLE',
     'VIEW',
+    'EXTERNAL_TABLE',
   ]
 
   def __init__(self, query_server, user):