You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bug] 修复了接口 /api/job/{$job_id} 取数结果因缺少 table schema 信息导致可能缺列的问题.Fix the problem that the interface/API /job/{$job_id} may be missing columns due to the lack of table schema information.
#94
Closed
ZhengshuaiPENG opened this issue
Feb 18, 2022
· 1 comment
Lindsaylin
changed the title
接口 /api/job/{$job_id} 取数据表结果,缺少 table schema 信息导致可能缺列
[bug] 修复了接口 /api/job/{$job_id} 取数结果因缺少 table schema 信息导致可能缺列的问题.Fix the problem that the interface/API /job/{$job_id} may be missing columns due to the lack of table schema information.
Mar 30, 2022
如果后端返回给前端的任务结果表,目前不携带 table schema 信息返回给前端。
如果当返回的结果中,有一列全是 null,那么在 api 返回的 json 中,这一列会丢掉,导致前端渲染结果表的时候,缺少一列。
而且也会存在列错位的问题。
期望行为:后端 api 返回的时候,需要将 table schema 和数据列完全返回,并且可以一一对应,在前端正确渲染结果表
The text was updated successfully, but these errors were encountered: