4paradigm / 4paradigm/OpenMLDB

request mode: window union over (last join) expect wrong schema of union query

未关闭
#2,832 0 条评论 0 个 reaction 已指派 1 人 已被 @aceforeverd 认领 在 GitHub 查看
bug execute-engine
主要语言
C++
星标
1.7k
派生
331
平均合并
12 天 12 小时
30 天内合并 PR
1

描述

In request mode, `window union over (t1 last join t2) ` , the union query expect a schema of t1 (left query), it should be `t1 + t2` instead

贡献指南

打开贡献指南

调研方向

这个 issue 涉及 request 模式下的 window union 查询错误地预期了错误的 schema。检查 window union 操作的 SQL parser 和 query planner,尤其是 'last join' 附近。检查 request 模式下 union 查询的 schema inference 逻辑。修复可能需要更新 schema combination 逻辑,以包含 t1 和 t2 中的列。

由索引模型根据 Issue 内容生成。

评估

技术栈
sql
领域
databases, machine-learning
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。