Skip to content

Implement native support for lag window function #2177

@weimingdiit

Description

@weimingdiit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions