diff --git a/datafusion/physical-expr/src/utils/guarantee.rs b/datafusion/physical-expr/src/utils/guarantee.rs index 87abfa7898f8..7c26141760be 100644 --- a/datafusion/physical-expr/src/utils/guarantee.rs +++ b/datafusion/physical-expr/src/utils/guarantee.rs @@ -106,7 +106,6 @@ impl LiteralGuarantee { }) } - //Note@wy build literal guarantee from expr /// Return a list of [`LiteralGuarantee`]s that must be satisfied for `expr` /// to evaluate to `true`. ///