hntd187 commented on pull request #1033: URL: https://github.com/apache/arrow-rs/pull/1033#issuecomment-993819250
@alamb `impl IntoIterator<Item=usize>` I wanted to reuse this for the schema projection in addition, so I had to add `impl IntoIterator<Item=usize> + Clone` to it for RecordBatch, this doesn't seem immediately correct to me since they have different arguments, but it works. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org