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 831c069 commit 0cbca53Copy full SHA for 0cbca53
datafusion/src/physical_plan/window_functions.rs
@@ -101,7 +101,7 @@ impl FromStr for BuiltInWindowFunction {
101
"lead" => BuiltInWindowFunction::Lead,
102
_ => {
103
return Err(DataFusionError::Plan(format!(
104
- "There is no built-in function named {}",
+ "There is no built-in window function named {}",
105
name
106
)))
107
}
0 commit comments