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