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

fix: hive 数据源字段识别

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