liaoxin01 commented on code in PR #65420:
URL: https://github.com/apache/doris/pull/65420#discussion_r3679790088


##########
be/src/common/config.cpp:
##########
@@ -2203,6 +2241,7 @@ bool init(const char* conf_file, bool fill_conf_map, bool 
must_exist, bool set_t
         }                                                                      
                    \
         TYPE& ref_conf_value = *reinterpret_cast<TYPE*>((FIELD).storage);      
                    \
         TYPE old_value = ref_conf_value;                                       
                    \
+        ref_conf_value = new_value;                                            
                    \

Review Comment:
   why need this change?



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