Skip to content

Commit

Permalink
Update datafusion/sql/src/expr/function.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
viirya and alamb authored Dec 5, 2023
1 parent da3e467 commit a2c8d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/sql/src/expr/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
&window.order_by,
schema,
planner_context,
false,
// Numeric literals in window function ORDER BY are treated as constants
false,
)?;
let window_frame = window
.window_frame
Expand Down

0 comments on commit a2c8d67

Please sign in to comment.