mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
fix: hive 数据源字段识别
This commit is contained in:
@@ -49,6 +49,7 @@ public class HiveQueryProvider extends QueryProvider {
|
||||
case "date":
|
||||
return 1;// 时间
|
||||
case "tinyint":
|
||||
case "smallint":
|
||||
case "int":
|
||||
case "bigint":
|
||||
return 2;// 整型
|
||||
|
||||
Reference in New Issue
Block a user