Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ruihang Xia <[email protected]>
  • Loading branch information
jackwener and waynexia authored Mar 12, 2024
1 parent 487f7a8 commit 6218b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/optimizer/src/common_subexpr_eliminate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type ExprSet = HashMap<Identifier, (Expr, usize, DataType)>;
/// Identifier type. Current implementation use describe of an expression (type String) as
/// Identifier.
///
/// An Identifier should (ideally) be able to "hash", "accumulate", "equal" and "have no
/// An identifier should (ideally) be able to "hash", "accumulate", "equal" and "have no
/// collision (as low as possible)"
///
/// Since an identifier is likely to be copied many times, it is better that an identifier
Expand Down

0 comments on commit 6218b26

Please sign in to comment.