fix: hive 数据源字段识别

This commit is contained in:
taojinlong 2021-11-23 16:36:58 +08:00
parent 4fd1063e45
commit 86b81f6a77

View File

@ -49,6 +49,7 @@ public class HiveQueryProvider extends QueryProvider {
case "date":
return 1;// 时间
case "tinyint":
case "smallint":
case "int":
case "bigint":
return 2;// 整型