milenkovicm commented on PR #1372:
URL:
https://github.com/apache/datafusion-ballista/pull/1372#issuecomment-3923128541
note, if you run tests with AQE enabled two tests will fail, as AQE planner
will optimise those plans
```
thread 'scheduler_server::test::test_pull_scheduling' (4523226) panicked at
ballista/scheduler/src/scheduler_server/mod.rs:546:9:
assertion `left == right` failed
left: 1
right: 4
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- scheduler_server::test::test_push_scheduling stdout ----
thread 'scheduler_server::test::test_push_scheduling' (4523229) panicked at
ballista/scheduler/src/scheduler_server/mod.rs:580:17:
assertion `left == right` failed
left: 1
right: 4
```
--
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]