tomighita commented on PR #2296: URL: https://github.com/apache/iceberg-rust/pull/2296#issuecomment-4168454436
Thanks for your suggestion @CTTY! I have also incorporated @liurenjie1024's feedback from slack but I am a bit concerned about allocating threads without being explicit. For instance, in other places, we explicitly set the number of threads when setting the thread count [[ref](https://github.com/dbt-labs/iceberg-rust/blob/b9d544fc2bce9b0a036d530b32a66c03e6434ffc/crates/iceberg/src/scan/mod.rs#L371-L382)]. Any thoughts? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
