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 24148bd65f Add links to new_constraint_from_table_constraints doc 
(#12995)
24148bd65f is described below

commit 24148bd65fdf61fba340b69dc87a7920850cb19f
Author: Piotr Findeisen <[email protected]>
AuthorDate: Fri Oct 18 13:28:03 2024 +0200

    Add links to new_constraint_from_table_constraints doc (#12995)
---
 datafusion/sql/src/statement.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/sql/src/statement.rs b/datafusion/sql/src/statement.rs
index 4109f13711..60e3413b83 100644
--- a/datafusion/sql/src/statement.rs
+++ b/datafusion/sql/src/statement.rs
@@ -1263,7 +1263,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
         )))
     }
 
-    /// Convert each `TableConstraint` to corresponding `Constraint`
+    /// Convert each [TableConstraint] to corresponding [Constraint]
     fn new_constraint_from_table_constraints(
         constraints: &[TableConstraint],
         df_schema: &DFSchemaRef,


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

Reply via email to