Closed
Description
Is your feature request related to a problem or challenge?
Inspired by PR #7745, the repartition input code as it is now is both a bit messy (needs a #cfg
) but also only works for Parqeuet and CSV, where the code is general for any ExecutionPlan.
Describe the solution you'd like
I would like the code to a trait on ExecutionPlan, which also allows other (user defined) table sources to benefit from this optimization then implement it for Parquet and CSV
Describe alternatives you've considered
No response
Additional context
No response