提交 86b81f6a authored 作者: taojinlong's avatar taojinlong

fix: hive 数据源字段识别

上级 4fd1063e
...@@ -49,6 +49,7 @@ public class HiveQueryProvider extends QueryProvider { ...@@ -49,6 +49,7 @@ public class HiveQueryProvider extends QueryProvider {
case "date": case "date":
return 1;// 时间 return 1;// 时间
case "tinyint": case "tinyint":
case "smallint":
case "int": case "int":
case "bigint": case "bigint":
return 2;// 整型 return 2;// 整型
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论