Omega359 commented on PR #15500:
URL: https://github.com/apache/datafusion/pull/15500#issuecomment-2767216080
I am seeing the sql_planner benchmark now failing after this was merged.
```
Benchmarking physical_plan_clickbench_q50
Benchmarking physical_plan_clickbench_q50: Warming up for 3.0000 s
thread 'main' panicked at datafusion/core/benches/sql_planner.rs:60:14:
called `Result::unwrap()` on an `Err` value: Context("type_coercion",
Plan("Internal error: Expect
TypeSignatureClass::Native(LogicalType(Native(String), String)) but received
NativeType::Binary, DataType: BinaryView.\nThis was likely caused by a bug in
DataFusion's code and we would welcome that you file an bug report in our issue
tracker No function matches the given name and argument types
'levenshtein(BinaryView, BinaryView)'. You might need to add explicit type
casts.\n\tCandidate
functions:\n\tlevenshtein(Coercion(TypeSignatureClass::Native(LogicalType(Native(String),
String))), Coercion(TypeSignatureClass::Native(LogicalType(Native(String),
String))))"))
```
--
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]