Skip to content

Fix panic when a RANGE window frame offset pushes a SET/ENUM order-by value outside its valid domain - #3670

Open
fulghum wants to merge 2 commits into
mainfrom
fulghum/window-bugfix
Open

Fix panic when a RANGE window frame offset pushes a SET/ENUM order-by value outside its valid domain#3670
fulghum wants to merge 2 commits into
mainfrom
fulghum/window-bugfix

Conversation

@fulghum

@fulghum fulghum commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Also stops swallowing non-EOF framer errors that let it turn into an out-of-bounds index.

Fixes: dolthub/dolt#11397

Comment thread sql/expression/function/aggregation/window_framer.go Outdated

@angelamayxie angelamayxie left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Left a comment. Could you also remove the LLM slop comments, or at least make them more concise?

fulghum added 2 commits August 6, 2026 16:59
… value outside its valid domain, and stop swallowing non-EOF framer errors that let it turn into an out-of-bounds index.
@fulghum
fulghum force-pushed the fulghum/window-bugfix branch from ad55299 to e20fca3 Compare August 6, 2026 23:59
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.

Dolt panics for a RANGE BETWEEN CURRENT ROW AND 1 FOLLOWING window over a SET order key.

2 participants