Skip to content

Commit

Permalink
Update datafusion/optimizer/src/push_down_filter.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jakevin <[email protected]>
  • Loading branch information
alamb and jackwener authored Nov 2, 2023
1 parent ee72cc4 commit 3d3b83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/optimizer/src/push_down_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ use std::sync::Arc;
/// ```
///
/// The `a > 10` is commutative with the `Aggregate` but `SUM(b) < 5` is not.
/// Therefoe it is possible to only push part of the expression, resulting in:
/// Therefore it is possible to only push part of the expression, resulting in:
///
/// ```text
/// Filter(SUM(b) < 5)
Expand Down

0 comments on commit 3d3b83c

Please sign in to comment.