Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Window functions: catch invalid window frame specs
The standard specifies a lot of restrictions around frame definitions. We catch
some, check
ERROR HY000: Unacceptable combination of window frame bound specifications
|
in win.result, but not all. Things like
"rows between 1.5 preceding and 'foo' following"
are still allowed and cause assertion failures.
Attachments
Issue Links
- is part of
-
MDEV-6115 window functions as in the SQL standard
- Closed
- relates to
-
MDEV-19052 Range-type window frame supports only numeric datatype
- Closed