We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebc31d commit 37b0112Copy full SHA for 37b0112
1 file changed
datafusion/functions-array/src/rewrite.rs
@@ -33,7 +33,7 @@ pub(crate) struct ArrayFunctionRewriter {}
33
34
impl FunctionRewrite for ArrayFunctionRewriter {
35
fn name(&self) -> &str {
36
- "FunctionRewrite"
+ "ArrayFunctionRewriter"
37
}
38
39
fn rewrite(
0 commit comments