mustafasrepo commented on code in PR #9221:
URL: https://github.com/apache/arrow-datafusion/pull/9221#discussion_r1495578514
##########
datafusion/physical-expr/src/window/built_in.rs:
##########
@@ -190,6 +190,7 @@ impl WindowExpr for BuiltInWindowExpr {
_ => unreachable!(),
};
let state = &mut window_state.state;
+ //dbg!(&state);
Review Comment:
This seems to be leftover
--
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]