Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add the Python Rust bindings for LogicalPlan::Repartition that are missing.
Describe the solution you'd like
Create a file repartition.rs located in the Python expr module that exposes the Rust Datafusion Repartition logic.
Describe alternatives you've considered
None
Additional context
None
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add the Python Rust bindings for
LogicalPlan::Repartitionthat are missing.Describe the solution you'd like
Create a file
repartition.rslocated in the Python expr module that exposes the Rust Datafusion Repartition logic.Describe alternatives you've considered
None
Additional context
None