Forráskód Böngészése

HUE-7555 [importer] Type guessing for table sets everything as string

Romain Rigaux 8 éve
szülő
commit
0a39e0251e

+ 5 - 1
desktop/libs/indexer/src/indexer/templates/importer.mako

@@ -1042,7 +1042,11 @@ ${ assist.assistPanel() }
         "string": "string",
         "plong": "bigint",
         "pdouble": "double",
-        "pdate": "timestamp"
+        "pdate": "timestamp",
+        "long": "bigint",
+        "double": "double",
+        "date": "timestamp",
+        "boolean": "boolean",
       },
       HIVE_TO_SOLR: {
         "bigint": "plong"