qazxcdswe123 opened a new issue, #15848: URL: https://github.com/apache/datafusion/issues/15848
### Describe the bug With `RUST_BACKTRACE=1 cargo test physical_planner::tests::test_optimization_invariant_checker --profile release-nonlto` ``` running 1 test test physical_planner::tests::test_optimization_invariant_checker ... FAILED failures: ---- physical_planner::tests::test_optimization_invariant_checker stdout ---- thread 'physical_planner::tests::test_optimization_invariant_checker' panicked at datafusion/core/src/physical_planner.rs:3110:14: called `Result::unwrap_err()` on an `Ok` value: () stack backtrace: 0: rust_begin_unwind at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/std/src/panicking.rs:695:5 1: core::panicking::panic_fmt at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/panicking.rs:75:14 2: core::result::unwrap_failed at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/result.rs:1704:5 3: datafusion::physical_planner::tests::test_optimization_invariant_checker 4: core::ops::function::FnOnce::call_once 5: core::ops::function::FnOnce::call_once at /rustc/05f9846f893b09a1be1fc8560e33fc3c815cfecb/library/core/src/ops/function.rs:250:5 note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. failures: physical_planner::tests::test_optimization_invariant_checker test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 361 filtered out; finished in 0.03s ``` ### To Reproduce ``` RUST_BACKTRACE=1 cargo test physical_planner::tests::test_optimization_invariant_checker --profile release-nonlto ``` ### Expected behavior _No response_ ### Additional context _No response_ -- 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.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