4paradigm / 4paradigm/OpenMLDB

support implicit data type conversion

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

描述

for the online request mode, there is no implicit conversion from int to double. There is an error "Translate to request row failed in array row 0" if the input is "1" but the data type is double.

Please confirm we do not support any implicit conversion right now? @aceforeverd @vagetablechicken @dl239

贡献指南

打开贡献指南

调研方向

Look at the online request mode handling, likely in request processing or type conversion modules. The error 'Translate to request row failed in array row 0' indicates a mismatch when input '1' (int) is provided for a double column. Examine the code path for request translation and type validation. Determine where implicit conversions could be added, considering database type system and ML feature consistency. Testing involves verifying that int inputs are accepted for double columns without error in online mode.

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

评估

领域
databases, machine-learning
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

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