zy-kkk opened a new pull request, #55921:
URL: https://github.com/apache/doris/pull/55921
1. Follow PR #55634: Fix implicit type conversion warnings on macOS
- Added `static_cast<int>()` for `vm_page_size`, `memory_pressure/10`,
and `_s_disks.size()`
- These warnings only appear on macOS due to platform-specific type
differences (`vm_size_t` vs `int`)
2. Follow PR #55259: Fix `std::execution::par` compatibility on macOS
- Added conditional compilation for `std::execution::par` which is not
available in macOS libc++
- Preserves parallel execution on Linux while maintaining compatibility
on macO
--
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]