houqp commented on a change in pull request #1167:
URL: https://github.com/apache/arrow-datafusion/pull/1167#discussion_r735811776
##########
File path: datafusion/src/sql/planner.rs
##########
@@ -840,24 +839,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
/// Wrap a plan in a window
fn window(&self, input: LogicalPlan, window_exprs: Vec<Expr>) ->
Result<LogicalPlan> {
Review comment:
perhaps we could get rid of this function as well since it now just does
a single function call :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]