We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589a40f commit 1be036bCopy full SHA for 1be036b
src/query/service/src/sql/executor/pipeline_builder.rs
@@ -250,7 +250,7 @@ impl PipelineBuilder {
250
let left_type = predicate.data_type();
251
let right_type = pred.data_type();
252
let data_types = vec![&left_type, &right_type];
253
- let func = FunctionFactory::instance().get("and", &data_types)?;
+ let func = FunctionFactory::instance().get("and_filters", &data_types)?;
254
predicate = PhysicalScalar::Function {
255
name: "and_filters".to_string(),
256
args: vec![
0 commit comments