This is an automated email from the ASF dual-hosted git repository.
comphead 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 5d563d900b typo: remove extra "`" interfering with doc formatting
(#13847)
5d563d900b is described below
commit 5d563d900b0a5ffbd89b691ccb4977ad5ff7737d
Author: Alex Kesling <[email protected]>
AuthorDate: Thu Dec 19 18:46:24 2024 -0500
typo: remove extra "`" interfering with doc formatting (#13847)
---
datafusion/physical-expr/src/equivalence/properties.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/physical-expr/src/equivalence/properties.rs
b/datafusion/physical-expr/src/equivalence/properties.rs
index fe866450b2..e37e6b8abd 100644
--- a/datafusion/physical-expr/src/equivalence/properties.rs
+++ b/datafusion/physical-expr/src/equivalence/properties.rs
@@ -517,7 +517,7 @@ impl EquivalenceProperties {
}
}
- /// Checks whether the `given`` sort requirements are equal or more
specific
+ /// Checks whether the `given` sort requirements are equal or more specific
/// than the `reference` sort requirements.
pub fn requirements_compatible(
&self,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]