Re: [PR] refactor: replace num_cpus with thread::available_parallelism [iceberg-rust]

2024-08-06 Thread via GitHub
Xuanwo merged PR #526: URL: https://github.com/apache/iceberg-rust/pull/526 -- 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.a

[PR] refactor: replace num_cpus with thread::available_parallelism [iceberg-rust]

2024-08-06 Thread via GitHub
SteveLauC opened a new pull request, #526: URL: https://github.com/apache/iceberg-rust/pull/526 ### What does this PR do Replaces `num_cpus::get()` with `std::thread::available_parallelism()`, as discussed in #525. Closes #525 -- This is an automated message from the Apache