Explorar o código

HUE-4996 [editor] Nested types can not be extended in assist

spaztic1215 %!s(int64=9) %!d(string=hai) anos
pai
achega
63c57d8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      apps/metastore/src/metastore/parser.py

+ 1 - 0
apps/metastore/src/metastore/parser.py

@@ -31,6 +31,7 @@ def parse_column(name, type_string, comment=None):
   Returns a dictionary of a Hive column's type metadata and
    any complex or nested type info
   """
+  type_string = type_string.lower()
   column = {
     'name': name,
     'comment': comment or ''