Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted-Jiang committed Jan 10, 2024
1 parent 8b019be commit 2cd21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/physical_optimizer/pruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<dyn PhysicalExpr>,
schema: &Schema,
Expand Down

0 comments on commit 2cd21e6

Please sign in to comment.