Browse Source

HUE-9113 [hive] Support listing SQL materialized views

Romain 5 năm trước cách đây
mục cha
commit
5cc20c4efc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      apps/beeswax/src/beeswax/server/hive_server2_lib.py

+ 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):