• Joined on 2024-07-23
topdog synced commits to master at topdog/supersonic from mirror 2026-06-24 05:19:21 +08:00
de60be3908 refactor(model): default measure agg to none.
topdog synced commits to master at topdog/supersonic from mirror 2026-06-20 17:59:23 +08:00
0868850edd fix(headless): 解决数据集维度数据类型映射空指针异常
topdog synced commits to master at topdog/supersonic from mirror 2026-06-10 00:19:29 +08:00
6d41ce4c5b fix(mapper): 优先按相似度排序并保留所有完全匹配项
topdog synced commits to master at topdog/supersonic from mirror 2026-06-05 04:59:21 +08:00
ef2f07a59e feat(dimension): 维度新增data_type字段支持 (#2435)
c3cf8b1889 feat(data): 添加时间戳数据类型支持并优化维度转换逻辑
Compare 2 commits »
topdog synced commits to master at topdog/supersonic from mirror 2026-05-29 17:09:20 +08:00
c0af25fe2e feat(db): 添加对 Hive 数据库引擎的支持
topdog synced commits to master at topdog/supersonic from mirror 2026-05-28 00:09:25 +08:00
d2ae1509cb refactor(chat): 优化候选查询排序逻辑
topdog synced commits to master at topdog/supersonic from mirror 2026-05-22 18:09:48 +08:00
5b77b39c60 feat(dimension): 添加维度数据类型支持
topdog synced commits to master at topdog/supersonic from mirror 2026-05-09 12:04:21 +08:00
9f2262c97b fix(common): 解决日期范围解析中的空指针异常
topdog synced commits to master at topdog/supersonic from mirror 2026-05-08 19:34:22 +08:00
6f11cdc12c refactor: 移除未使用的 ModelService 依赖
topdog synced commits to master at topdog/supersonic from mirror 2026-05-07 18:34:22 +08:00
3752543921 feat(dataset): 实现数据集模型配置中的全量维度指标扩展功能
topdog synced commits to master at topdog/supersonic from mirror 2026-04-29 04:14:20 +08:00
a4253784be refactor(common): 移除 Presto 上下文中的标识符引用字符串配置
Compare 2 commits »
topdog synced commits to master at topdog/supersonic from mirror 2026-04-26 01:34:53 +08:00
1ff1a76a9e feat(chat): 添加问题ID删除解析信息功能
topdog synced commits to master at topdog/supersonic from mirror 2026-04-21 22:34:28 +08:00
aa86e3f02a feat(chat): 添加批量获取语义解析信息功能
topdog synced commits to master at topdog/supersonic from mirror 2026-04-07 10:56:28 +08:00
80a1f62d3f feat(db): 添加 TDW 数据库适配器支持
topdog synced commits to master at topdog/supersonic from mirror 2026-04-03 16:43:51 +08:00
4379af4bd4 refactor(common): 优化SQL解析器中的类型转换和嵌套查询处理
topdog synced commits to master at topdog/supersonic from mirror 2026-04-01 15:49:42 +08:00
8a4bccab10 refactor(headless): 优化维度值映射处理逻辑并添加查询响应中的代理ID字段
topdog synced commits to master at topdog/supersonic from mirror 2026-03-25 11:37:01 +08:00
507af43b73 feat(headless): 优化维度值映射处理逻辑
topdog synced commits to master at topdog/supersonic from mirror 2026-03-10 04:10:55 +08:00
c1d50f978d (opt)(headless)Only return ONLINE datasets in the domain dataset tree.
topdog synced commits to master at topdog/supersonic from mirror 2026-03-03 23:21:03 +08:00
18ce934bba (fix)(headless)Fix concurrent read/write search trie issue.
topdog synced commits to master at topdog/supersonic from mirror 2026-03-02 14:41:18 +08:00
6fe0ebcb9d [docs] Add CLAUDE.md for Claude Code guidance