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 lead(col_13,1,NULL) over w from tbl_2 window w as ( order by col_10,col_11,col_12,col_13,col_14 ) for update ) union ( select percent_rank() over w from tbl_2 window w as (partition by col_14 order by col_10,col_11,col_12,col_13,col_14 rows between 0 following and 2 following) );
2. What did you expect to see? (Required)
The execution return results.
3. What did you see instead (Required)
The tidb panic with runtime error
ERROR 1105 (HY000): runtime error: index out of range [80] with length 80
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Query
2. What did you expect to see? (Required)
The execution return results.
3. What did you see instead (Required)
The tidb panic with runtime error
The panic stack:
4. What is your TiDB version? (Required)
master with commit hash
4ac76b4ce5d576231e531472cd061e72cbc1f5ac
The release-5.0 branch with commit hash
1145e347d3469d8e89f88dce86f6926ca44b3cd8
also has this issue.Not sure if it's duplicated with #24262.
The text was updated successfully, but these errors were encountered: