Skip to content

Remove logical cross join in planning #13007

@Dandandan

Description

@Dandandan

Is your feature request related to a problem or challenge?

LogicalPlan::CrossJoin is unnecesarry, as it is equivalent to join without on / filter and will simplify optimization rules.

Describe the solution you'd like

As a first step, eliminate it from plans created by DataFusion

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions