kczimm commented on code in PR #15980: URL: https://github.com/apache/datafusion/pull/15980#discussion_r2114359645
########## datafusion/expr/src/logical_plan/plan.rs: ########## @@ -1494,6 +1494,14 @@ impl LogicalPlan { let mut param_types: HashMap<String, Option<DataType>> = HashMap::new(); self.apply_with_subqueries(|plan| { + if let LogicalPlan::Limit(Limit { fetch: Some(e), .. }) = plan { Review Comment: Yeah I agree with you. I've got caught up working on some other things but I've been giving this some thought and plan to work on it. We will find something that we like. -- 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