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 37b0112d4d Minor: Fix ArrayFunctionRewriter name (#10581)
37b0112d4d is described below
commit 37b0112d4d91643f1aed75e6aff0e9ef2674d41d
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue May 21 06:19:06 2024 -0400
Minor: Fix ArrayFunctionRewriter name (#10581)
---
datafusion/functions-array/src/rewrite.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/functions-array/src/rewrite.rs
b/datafusion/functions-array/src/rewrite.rs
index a7aba78c1d..d18f1f8a3c 100644
--- a/datafusion/functions-array/src/rewrite.rs
+++ b/datafusion/functions-array/src/rewrite.rs
@@ -33,7 +33,7 @@ pub(crate) struct ArrayFunctionRewriter {}
impl FunctionRewrite for ArrayFunctionRewriter {
fn name(&self) -> &str {
- "FunctionRewrite"
+ "ArrayFunctionRewriter"
}
fn rewrite(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]