Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Feb 5, 2024
1 parent 08fb892 commit ddcc1e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/physical-expr/src/equivalence/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ impl EquivalenceProperties {
.filter(|matched| expr_refers(&matched, &sort_expr.expr))
.cloned()
.collect();
assert!(referring_exprs.len() <= 1);
// does not referring to any matching component, we just skip it
if referring_exprs.len() == 0 {
sort_expr.clone()
Expand Down

0 comments on commit ddcc1e8

Please sign in to comment.