Dandandan opened a new issue, #2603: URL: https://github.com/apache/arrow-rs/issues/2603
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** As a user of the readers, I want to be able to use the CSV and JSON readers with empty projection. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Support empty projections in the readers. The readers should generate a RecordBatch that returns a batch with the correct number of rows. **Describe alternatives you've considered** **Additional context** In DataFusion I want to avoid scanning a column https://github.com/apache/arrow-datafusion/issues/3214 . Implementing the support in the arrow readers seems the best and easiest way forward. -- 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]
