Omega359 opened a new issue, #20786:
URL: https://github.com/apache/datafusion/issues/20786

   ### Describe the bug
   
   `cargo test physical_planner` succeeds, no failures.
   `cargo test physical_planner --profile release-nonlto` fails with:
   
   ```
   failures:
   
   ---- physical_planner::tests::test_optimization_invariant_checker stdout ----
   
   thread 'physical_planner::tests::test_optimization_invariant_checker' 
(69497) panicked at datafusion/core/src/physical_planner.rs:4291:14:
   called `Result::unwrap_err()` on an `Ok` value: ()
   ```
   
   ```
   active toolchain
   ----------------
   name: 1.93.0-x86_64-unknown-linux-gnu
   ```
   
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   Tests should succeed using the release-nonlto profile.
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to