Skip to content

Commit 37b0112

Browse files
authored
Minor: Fix ArrayFunctionRewriter name (#10581)
1 parent 3ebc31d commit 37b0112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/functions-array/src/rewrite.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub(crate) struct ArrayFunctionRewriter {}
3333

3434
impl FunctionRewrite for ArrayFunctionRewriter {
3535
fn name(&self) -> &str {
36-
"FunctionRewrite"
36+
"ArrayFunctionRewriter"
3737
}
3838

3939
fn rewrite(

0 commit comments

Comments
 (0)