Ver código fonte

HUE-9113 [hive] Support listing SQL materialized views

Romain 5 anos atrás
pai
commit
5cc20c4efc

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

@@ -512,6 +512,7 @@ class HiveServerClient(object):
     'TABLE',
     'VIEW',
     'EXTERNAL_TABLE',
+    'MATERIALIZED_VIEW',
   ]
 
   def __init__(self, query_server, user):