fix: hive 数据源字段识别
This commit is contained in:
parent
4fd1063e45
commit
86b81f6a77
@ -49,6 +49,7 @@ public class HiveQueryProvider extends QueryProvider {
|
||||
case "date":
|
||||
return 1;// 时间
|
||||
case "tinyint":
|
||||
case "smallint":
|
||||
case "int":
|
||||
case "bigint":
|
||||
return 2;// 整型
|
||||
|
||||
Loading…
Reference in New Issue
Block a user