Dandandan commented on issue #3214: URL: https://github.com/apache/arrow-datafusion/issues/3214#issuecomment-1241509186
> Maybe we can teach https://docs.rs/arrow/22.0.0/arrow/datatypes/struct.Schema.html#method.project and https://docs.rs/arrow/22.0.0/arrow/record_batch/struct.RecordBatch.html#method.project about empty projections? Thanks, I did just that yesterday, for `RecordBach::project`: https://github.com/apache/arrow-rs/pull/2691. `Schema::project` already seems to handle empty projections just fine 🎉 -- 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]
