mkleen opened a new pull request, #18373: URL: https://github.com/apache/datafusion/pull/18373
## Which issue does this PR close? - None, This is a follow-up for https://github.com/apache/datafusion/pull/18298 ## Rationale for this change This moves the projection logic from `generate_series` out of the generator into `LazyMemoryStream` discussed in https://github.com/apache/datafusion/pull/18298#discussion_r2465670378 This makes the projection logic generic for all generators. ## What changes are included in this PR? The projection logic is moved from `generate_series` into the `LazyMemoryStream` and relevant tests, where `LazyMemoryStream` is used, are adapted accordingly. ## Are these changes tested? This is a refactoring; the changes are covered by the tests from https://github.com/apache/datafusion/pull/18298 ## Are there any user-facing changes? No -- 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]
