From d37574eee45abd23b45622b4db0601d668775426 Mon Sep 17 00:00:00 2001 From: my-vegetable-has-exploded Date: Tue, 26 Dec 2023 18:32:04 +0800 Subject: [PATCH] rm useless notes --- datafusion/physical-expr/src/utils/guarantee.rs | 1 - 1 file changed, 1 deletion(-) 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`. ///