alamb commented on issue #19809:
URL: https://github.com/apache/datafusion/issues/19809#issuecomment-3756260458
BTW you can reproduce the problem using `cargo bench` as well
```shell
cargo bench --profile=dev --bench sql_planner -- q50
```
```
andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$ cargo bench
--profile=dev --bench sql_planner -- q50
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
Running benches/sql_planner.rs
(target/debug/deps/sql_planner-5e0f5af2fea8f56d)
Gnuplot not found, using plotters backend
Benchmarking physical_plan_clickbench_q50: Warming up for 3.0000 s
thread 'main' (38326073) panicked at
datafusion/core/benches/sql_planner.rs:62:14:
called `Result::unwrap()` on an `Err` value: Context("type_coercion",
Internal("Expect TypeSignatureClass::Native(LogicalType(Native(String),
String)) but received NativeType::Binary, DataType: BinaryView"))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: bench failed, to rerun pass `-p datafusion --bench sql_planner`
```
--
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]