This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 1e37066793 Add missing code close tick in LiteralGuarantee docs 
(#10859)
1e37066793 is described below

commit 1e370667933a79fec92258eb3fcda277498e1094
Author: Adrian Garcia Badaracco <[email protected]>
AuthorDate: Mon Jun 10 20:19:49 2024 -0500

    Add missing code close tick in LiteralGuarantee docs (#10859)
---
 datafusion/physical-expr/src/utils/guarantee.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/physical-expr/src/utils/guarantee.rs 
b/datafusion/physical-expr/src/utils/guarantee.rs
index e441fe8f48..deaff54538 100644
--- a/datafusion/physical-expr/src/utils/guarantee.rs
+++ b/datafusion/physical-expr/src/utils/guarantee.rs
@@ -64,7 +64,7 @@ use std::sync::Arc;
 /// 1. The column must be one the values for the predicate to be `true`. If the
 /// column takes on any other value, the predicate can not evaluate to `true`.
 /// For example,
-/// `(a = 1)`, `(a = 1 OR a = 2) or `a IN (1, 2, 3)`
+/// `(a = 1)`, `(a = 1 OR a = 2)` or `a IN (1, 2, 3)`
 ///
 /// 2. The column must NOT be one of the values for the predicate to be `true`.
 /// If the column can ONLY take one of these values, the predicate can not


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to