Skip to content

Regression: sql_planner benchmark panic'ing on main #17801

@alamb

Description

@alamb

The bug is that

cargo bench --profile dev --bench sql_planner -- physical_plan_tpcds_all

Panic's on main like this:

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 #17419 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingregressionSomething that used to work no longer does

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions