xudong963 commented on PR #15832: URL: https://github.com/apache/datafusion/pull/15832#issuecomment-2835290751
> > You can rebase with main > > doe this solve the issue ? You can open the failed CI and see what's wrong: ``` error[E0599]: no method named `unwrap` found for struct `CoalescePartitionsExec` in the current scope --> datafusion/physical-optimizer/src/enforce_sorting/replace_with_order_preserving_variants.rs:210:14 | 208 | let coalesce = CoalescePartitionsExec::new(child) | ________________________- 209 | | .with_fetch(plan.fetch()) 210 | | .unwrap(); | | -^^^^^^ method not found in `CoalescePartitionsExec` | |_____________| | warning: unused import: `ExecutionPlan` --> datafusion/physical-optimizer/src/enforce_sorting/replace_with_order_preserving_variants.rs:37:32 | 37 | use datafusion_physical_plan::{ExecutionPlan, ExecutionPlanProperties}; | ^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default ``` The error is fixed in main, so rebasing your branch with main will fix the error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org