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
I had searched in the issues and found no similar issues.
Version
main
What's Wrong?
left outer join lateral panic
this bug is find by fuzz postgres test.
panicked at src/query/sql/src/planner/optimizer/decorrelate/flatten_plan.rs:76:18:
called `Option::unwrap()` on a `None` value
How to Reproduce?
root@0.0.0.0:48000/default>SELECT*FROM (SELECT1AS x) AS ss1 LEFT OUTER JOIN (SELECT2 DIV 228AS y) AS ss2 ON TRUE, LATERAL (SELECTss2.yAS z LIMIT1) AS ss3;
error: APIError: QueryFailed: [1104]called `Option::unwrap()`on a `None` value
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
main
What's Wrong?
left outer join lateral panic
this bug is find by fuzz postgres test.
How to Reproduce?
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: