Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-30 Thread via GitHub
Thearas commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762461704 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
doris-robot commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762818169 # BE UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/20b84d7db1dc4f6510a2b06fc3ecd896c57897d2_20b84d

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
hello-stephen commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762993163 # BE UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/20b84d7db1dc4f6510a2b06fc3ecd896c57897d2_20b8

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
doris-robot commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762922039 ClickBench: Total hot run time: 30.65 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
doris-robot commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762914212 TPC-DS: Total hot run time: 193489 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
doris-robot commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762896534 TPC-H: Total hot run time: 33894 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
doris-robot commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762592218 TPC-DS: Total hot run time: 192156 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
mesat commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762832953 run buildall -- 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 unsubs

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
mesat commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762509098 run buildall -- 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 unsubs

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
doris-robot commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762614329 ClickBench: Total hot run time: 30.69 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
doris-robot commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762556761 TPC-H: Total hot run time: 33735 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
mesat commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2762464897 run buildall -- 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 unsubs

[PR] [Build][macOS] Fix uuid_string_t compilation issue with newer SDKs [doris]

2025-03-28 Thread via GitHub
mesat opened a new pull request, #49654: URL: https://github.com/apache/doris/pull/49654 - Explicitly define _DARWIN_C_SOURCE to expose system definitions. - Introduce compatibility header (macos_uuid_fix.h) for conditional definition of uuid_string_t. - Refactor affected macOS source