Skip to content

Breaking change since DF 44: swap_hash_join removed #14251

@andygrove

Description

@andygrove

Describe the bug

Comet uses the public swap_hash_join function:
https://docs.rs/datafusion/latest/datafusion/physical_optimizer/join_selection/fn.swap_hash_join.html

This seems to have been removed (internally, there is a swap_inputs function that perhaps provides the same functionality but is not public as far as I can tell).

Our policy is to deprecate functions first rather than remove them, so I am wondering if we can reinstate this?

To Reproduce

No response

Expected behavior

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions