Implement native support for last_value window function
Open
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 241
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 21
Description
**Describe**
Spark `last_value(...)` is not supported in Auron's native window execution path, so queries using it fall back instead of being executed natively.
**Describe the solution you'd like**
Add native support for Spark `last_value(...)` in Auron's window execution.
The implementation should preserve Spark semantics for:
- partitioning
- ordering
- null handling
- supported frame behavior
Contributor guide
Assessment
This issue has not been assessed yet.