Fokko commented on code in PR #950: URL: https://github.com/apache/iceberg-rust/pull/950#discussion_r1980293409
########## 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: I think at some point we want to read this from some kind of configuration -- 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