Skip to content

compiler/semantic: fix duplicate field panic - #7250

Merged
nwt merged 1 commit into
mainfrom
duplicate-field-panic
Aug 26, 2026
Merged

compiler/semantic: fix duplicate field panic#7250
nwt merged 1 commit into
mainfrom
duplicate-field-panic

Conversation

@nwt

@nwt nwt commented Aug 26, 2026

Copy link
Copy Markdown
Member

Fix panic on "select 1 as a, 2 as a, 3 as a_1" caused by attempting to create a record with two fields named a_1.

Fixes #7123.

Fix panic on "select 1 as a, 2 as a, 3 as a_1" caused by attempting to
create a record with two fields named a_1.
@nwt
nwt requested a review from a team August 26, 2026 21:32
@nwt
nwt merged commit afd8a1a into main Aug 26, 2026
3 of 4 checks passed
@nwt
nwt deleted the duplicate-field-panic branch August 26, 2026 22:57
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.

panic: duplicate field

2 participants