Skip to content

Commit

Permalink
Update datafusion/core/src/physical_optimizer/pruning.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
Ted-Jiang and alamb authored Jan 11, 2024
1 parent ae74ffa commit 5cee1b1
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 @@ -936,7 +936,7 @@ const MAX_LIST_VALUE_SIZE_REWRITE: usize = 20;
///
/// Returns the pruning predicate as an [`PhysicalExpr`]
///
/// Notice: For [`phys_expr::InListExpr`] if in list values more than 20, it will be rewritten to TRUE
/// Notice: Does not handle [`phys_expr::InListExpr`] greater than 20, which will be rewritten to TRUE
fn build_predicate_expression(
expr: &Arc<dyn PhysicalExpr>,
schema: &Schema,
Expand Down

0 comments on commit 5cee1b1

Please sign in to comment.