Uh oh!
There was an error while loading. Please reload this page.
[fix](compile) fix two compile errors on MacOS - #33834
Conversation
1. MacOS use libhdfs3, so we need call different function. this compile error intro by PR apache#33680 2. size_t is not UInt64 on MacOS this compile error intro by PR apache#33265
doris-robot
commented
Apr 18, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
morrySnow
commented
Apr 18, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Apr 18, 2024
TeamCity be ut coverage result: |
morrySnow
commented
Apr 18, 2024
run p0 |
1 similar comment
morrySnow
commented
Apr 18, 2024
run p0 |
1. MacOS use libhdfs3, so we need call different function. this compile error intro by PR apache#33680 2. size_t is not UInt64 on MacOS this compile error intro by PR apache#33265
1. MacOS use libhdfs3, so we need call different function. this compile error intro by PR apache#33680 2. size_t is not UInt64 on MacOS this compile error intro by PR apache#33265
1. MacOS use libhdfs3, so we need call different function. this compile error intro by PR apache#33680 2. size_t is not UInt64 on MacOS this compile error intro by PR apache#33265
MacOS use libhdfs3, so we need call different function.
this compile error intro by PR [fix](fs) Fix hdfs file writer #33680
size_t is not UInt64 on MacOS.
this compile error intro by PR [feature](agg) support aggregate function group_array_intersect #33265