Skip to content

SQL parse后排序异常 #2338

Open
Open
@Swayingleaves

Description

@Swayingleaves

Datart Version
1.0.0.rc.3

Describe the bug
页面查询使用 select * from d1.t1 order by ts desc;不生效

查看代码后发现为SQL会转换为

SELECT * FROM (select * from d1.t1 order by ts desc) AS DATART_VTABLE ORDER BY NULL

这样会导致排序异常,在图表侧使用排序也是这个问题

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions