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
select*from rocket_release where end_time>start_time order by id desc
日志:
2020-06-03 15:38:00 7482 [Note] 第1步: 对SQL解析优化之后得到的SQL:select * AS * from nasa.rocket_release where (end_time > start_time) order by id desc
2020-06-03 15:38:00 7482 [Note] 第2步:开始解析join on条件:end_time=start_time
Segmentation fault
没看实现代码,但是估计是识别解析的逻辑有问题,不知道这里为什么会有join on条件
The text was updated successfully, but these errors were encountered:
日志:
2020-06-03 15:38:00 7482 [Note] 第1步: 对SQL解析优化之后得到的SQL:select
*
AS*
fromnasa
.rocket_release
where (end_time
>start_time
) order byid
desc2020-06-03 15:38:00 7482 [Note] 第2步:开始解析join on条件:end_time=start_time
Segmentation fault
没看实现代码,但是估计是识别解析的逻辑有问题,不知道这里为什么会有join on条件
The text was updated successfully, but these errors were encountered: