Skip to content

Commit f2b77df

Browse files
committed
* Fix incorrect results when using logical navigation function FIRST in row pattern recognition. ({issue}26981)
1 parent 84b8b2a commit f2b77df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/main/sphinx/release/release-478.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
* Include catalogs that failed to load in the `metadata.catalogs` table. ({issue}`26918`)
1515
* Fix `EXPLAIN ANALYZE` planning so that it executes with the same plan as would be used to execute the query
1616
being analyzed. ({issue}`26938`)
17-
* Fix row pattern matching logical navigations in running semantics to be always constrained to current match.
18-
Previously, a logical navigation function such as `FIRST` could return position outside the current match.
19-
({issue}`26981`)
17+
* Fix incorrect results when using logical navigation function `FIRST` in row pattern recognition. ({issue}`26981`)
2018

2119
## Security
2220

0 commit comments

Comments
 (0)