jayzhan211 commented on issue #10456: URL: https://github.com/apache/datafusion/issues/10456#issuecomment-2157854932
@alamb Is it reasonable to evaluate column in `ConstEvaluator` and collect statistics for `guarantee rewriter` or should we avoid evaluation in logical optimization step and compute it in physical planner? I'm thinking of passing `schema` and `batch` to `ConstEvaluator` to evaluate columns and updating statistics each passes for `guarantee rewriter`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
