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

ytyou 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 a571b7d444 fix typo (#15434)
a571b7d444 is described below

commit a571b7d44436c5c2bf641444857e8358edd9d8a8
Author: Chen Chongchen <[email protected]>
AuthorDate: Wed Mar 26 20:23:11 2025 +0800

    fix typo (#15434)
---
 datafusion/expr/src/logical_plan/ddl.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/expr/src/logical_plan/ddl.rs 
b/datafusion/expr/src/logical_plan/ddl.rs
index bf8c5ad3d7..827e2812ec 100644
--- a/datafusion/expr/src/logical_plan/ddl.rs
+++ b/datafusion/expr/src/logical_plan/ddl.rs
@@ -189,7 +189,7 @@ impl DdlStatement {
                         write!(f, "CreateFunction: name {name:?}")
                     }
                     DdlStatement::DropFunction(DropFunction { name, .. }) => {
-                        write!(f, "CreateFunction: name {name:?}")
+                        write!(f, "DropFunction: name {name:?}")
                     }
                 }
             }


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

Reply via email to