Skip to content

Commit

Permalink
Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akurmustafa committed Dec 1, 2024
1 parent fa65753 commit 643dcef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/physical-expr/src/equivalence/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ pub struct EquivalenceClass {
/// The expressions in this equivalence class. The order doesn't
/// matter for equivalence purposes
///
/// TODO: use a HashSet for this instead of a Vec
exprs: IndexSet<Arc<dyn PhysicalExpr>>,
}

Expand Down

0 comments on commit 643dcef

Please sign in to comment.