apache / apache/auron

Implement native support for lag window function

Open
#2,177 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1.8k
Forks
241
Avg merge
2d 12h
Merged PRs (30d)
21

Description

**Describe**
Spark `lag(...)` 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 `lag(...)` in Auron's window execution.

The implementation should preserve Spark semantics for:
- partitioning
- ordering
- offset handling
- default value handling
- null propagation
- interaction with supported window frames

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.