fn remove_repartition( plan: Arc<dyn ExecutionPlan>, ) -> Result<Transformed<Arc<dyn ExecutionPlan>>>
Removes the repartition plan between the filter and region scan.