Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.2.0
-
None
-
None
Description
The current implement of `last_value` over unbounded window frame will execute `updateExpressions` multiple times.
In fact, `last_value` only execute `updateExpressions` once on the last row.