Skip to content

Expression output field must match engine output #23663

@kdn36

Description

@kdn36

Some expressions set a different output field from the one produced by the query engine. In other words: LazyFrame.collect_schema() must match LazyFrame.collect().schema for any expression. Each mismatch is technically a bug, and may impact execution (depending on the execution context).

Initial scope: ApplyExpr.

Detailed scope: see the mismatch baseline at #23649.

Known problematic cases:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions