nuno-faria opened a new pull request, #19362: URL: https://github.com/apache/datafusion/pull/19362
## Which issue does this PR close? - N/A. ## Rationale for this change Implement `ExecutionPlan::reset_state` for `LazyMemoryExec` (used in e.g. `generate_series`) so it can be reused across executions. ## What changes are included in this PR? - Implemented `ExecutionPlan::reset_state` for `LazyMemoryExec`. - Added `reset_state` to the `LazyBatchGenerator` trait and implemented for the structs that implement it. - Added unit tests. ## Are these changes tested? Yes. ## Are there any user-facing changes? Yes, new API method in the `LazyBatchGenerator` trait. -- 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]
