Skip to content

Support WindowGroupLimitExec (window-based limit pushdown) #4837

Description

@andygrove

Spark inserts WindowGroupLimitExec to push a rank/row-number limit below a window (for example WHERE rn <= 10 over a ranking window). Comet does not support this operator today, so plans containing it fall back to Spark.

It is currently marked as planned in the operator support reference under Window.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

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