alamb opened a new issue, #17801:
URL: https://github.com/apache/datafusion/issues/17801
The bug is that
```shell
cargo bench --profile dev --bench sql_planner -- physical_plan_tpcds_all
```
Panic's on main like this:
```shell
thread 'main' panicked at datafusion/core/benches/sql_planner.rs:64:14:
called `Result::unwrap()` on an `Err` value: Internal("Physical input schema
should be the same as the one converted from logical input schema. Differences:
\n\t- field nullability at index 5 [sales_cnt]: (physical) true vs (logical)
false\n\t- field nullability at index 6 [sales_amt]: (physical) true vs
(logical) false")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: bench failed, to rerun pass `-p datafusion --bench sql_planner`
```
That is somewhat bad that all the tests pass too 🤔
I expect that the benchmarks are not panicing
_Originally posted by @alamb in
https://github.com/apache/datafusion/issues/17419#issuecomment-3338118968_
--
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]