Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 9, 2024
1 parent 4dc582c commit 52bf5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-plan/src/plans/conversion/join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fn resolve_join_where(
let owned = |e: Arc<Expr>| (*e).clone();

// We do a few things
// First weartition to:
// First we partition to:
// - IEjoin supported inequality predicates
// - equality predicates
// - remaining predicates
Expand Down

0 comments on commit 52bf5bc

Please sign in to comment.