From 2cd21e6a2595196531732c1210a5eba4234a9753 Mon Sep 17 00:00:00 2001 From: yangjiang Date: Wed, 10 Jan 2024 18:25:27 +0800 Subject: [PATCH] fix doc --- datafusion/core/src/physical_optimizer/pruning.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/core/src/physical_optimizer/pruning.rs b/datafusion/core/src/physical_optimizer/pruning.rs index 93611662ba3e..6ba488da97fa 100644 --- a/datafusion/core/src/physical_optimizer/pruning.rs +++ b/datafusion/core/src/physical_optimizer/pruning.rs @@ -934,7 +934,7 @@ const MAX_LIST_VALUE_SIZE_REWRITE: usize = 20; /// /// Returns the pruning predicate as an [`PhysicalExpr`] /// -/// Notice: For [`InListExpr`] if in list values more than 20, it will be rewritten to TRUE +/// Notice: For [`phys_expr::InListExpr`] if in list values more than 20, it will be rewritten to TRUE fn build_predicate_expression( expr: &Arc, schema: &Schema,