Skip to content

Commit

Permalink
Update datafusion/physical-expr/src/equivalence/properties.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Berkay Şahin <124376117+berkaysynnada@users.noreply.github.com>
  • Loading branch information
alamb and berkaysynnada authored Oct 8, 2024
1 parent aae82c1 commit ea97277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/equivalence/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ impl<'a> DependencyEnumerator<'a> {
) -> Vec<LexOrdering> {
let node = dependency_map
.get(referred_sort_expr)
.expect("`referred_sort_expr` is inside `dependency_map`");
.expect("`referred_sort_expr` should be inside `dependency_map`");
// Since we work on intermediate nodes, we are sure `val.target_sort_expr`
// exists.
let target_sort_expr = node.target_sort_expr.as_ref().unwrap();
Expand Down

0 comments on commit ea97277

Please sign in to comment.