AcKing-Sam commented on PR #33127:
URL: https://github.com/apache/doris/pull/33127#issuecomment-2034205692

   @BiteTheDDDDt  
   Hi, when I compiled the BE using command `./build.sh --be`, there's an error:
   ```shell
   doris/be/src/util/mem_info.cpp:517:38: 
   error: implicit conversion turns floating-point number into integer: 
'double' to 'int64_t' (aka 'long long') [-Werror,-Wfloat-conversion]
       _s_soft_mem_limit = _s_mem_limit * config::soft_mem_limit_frac;
                         ~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
   ```
   And I noticed that the related code has been changed here. Could you please 
give me some hints? Thanks a lot!


-- 
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]

Reply via email to