sdd commented on code in PR #950: URL: https://github.com/apache/iceberg-rust/pull/950#discussion_r1982076981
########## crates/iceberg/src/arrow/reader.rs: ########## @@ -162,30 +165,24 @@ impl ArrowReader { file_io: FileIO, row_group_filtering_enabled: bool, row_selection_enabled: bool, + concurrency_limit_data_files: usize, Review Comment: Agreed. I think this also potentially makes more sense as a semaphore of some kind rather than just a usize so that it can be shared more effectively. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org