Skip to content

Commit 0cbca53

Browse files
jimexistalamb
authored andcommitted
Update datafusion/src/physical_plan/window_functions.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 831c069 commit 0cbca53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/src/physical_plan/window_functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ impl FromStr for BuiltInWindowFunction {
101101
"lead" => BuiltInWindowFunction::Lead,
102102
_ => {
103103
return Err(DataFusionError::Plan(format!(
104-
"There is no built-in function named {}",
104+
"There is no built-in window function named {}",
105105
name
106106
)))
107107
}

0 commit comments

Comments
 (0)