metesynnada opened a new issue, #4524: URL: https://github.com/apache/arrow-datafusion/issues/4524
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The current `ChunkedStore`implementation materializes the whole data in the memory *before* creating the `Result<Byte>`stream. https://github.com/apache/arrow-datafusion/blob/740a4fa2c6ba4b85875a433bb86e5b00435a5969/datafusion/core/src/physical_plan/file_format/chunked_store.rs#L72-L91 **Describe the solution you'd like** Change the `get` method. **Describe alternatives you've considered** NA **Additional context** NA -- 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]
