Skip to content

fix: do not panic on invalid multiple subqueries (#26143)#26162

Merged
devanbenz merged 1 commit intomain-2.xfrom
db/cherry-pick-9e00f0
Mar 19, 2025
Merged

fix: do not panic on invalid multiple subqueries (#26143)#26162
devanbenz merged 1 commit intomain-2.xfrom
db/cherry-pick-9e00f0

Conversation

@devanbenz
Copy link
Copy Markdown

Multiple subqueries in a FROM clause caused a
panic, insead of returning an error because
they are syntactically invalid. This corrects
that problem

closes #26139

(cherry picked from commit 9e00f0d)

Multiple subqueries in a FROM clause caused a
panic, insead of returning an error because
they are syntactically invalid. This corrects
that problem

closes #26139

(cherry picked from commit 9e00f0d)
Copy link
Copy Markdown
Contributor

@davidby-influx davidby-influx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@devanbenz devanbenz merged commit e862501 into main-2.x Mar 19, 2025
1 check passed
@devanbenz devanbenz deleted the db/cherry-pick-9e00f0 branch March 19, 2025 16:38
devanbenz added a commit that referenced this pull request May 9, 2025
Multiple subqueries in a FROM clause caused a
panic, insead of returning an error because
they are syntactically invalid. This corrects
that problem

closes #26139

(cherry picked from commit 9e00f0d)

Co-authored-by: davidby-influx <72418212+davidby-influx@users.noreply.github.com>
(cherry picked from commit e862501)
devanbenz added a commit that referenced this pull request May 12, 2025
Multiple subqueries in a FROM clause caused a
panic, insead of returning an error because
they are syntactically invalid. This corrects
that problem

closes #26139

(cherry picked from commit 9e00f0d)

Co-authored-by: davidby-influx <72418212+davidby-influx@users.noreply.github.com>
(cherry picked from commit e862501)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants