jonahgao commented on code in PR #10903: URL: https://github.com/apache/datafusion/pull/10903#discussion_r1638412285
########## datafusion/physical-expr/src/window/window_expr.rs: ########## @@ -559,7 +559,6 @@ pub enum NthValueKind { #[derive(Debug, Clone)] pub struct NthValueState { - pub range: Range<usize>, Review Comment: field `range` is never read. Not sure if it will still be used in the future. cc @mustafasrepo -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org