xinyiZzz commented on code in PR #27661:
URL: https://github.com/apache/doris/pull/27661#discussion_r1408616158


##########
be/src/common/config.cpp:
##########
@@ -61,6 +61,8 @@ DEFINE_Int32(brpc_port, "8060");
 
 DEFINE_Int32(arrow_flight_sql_port, "-1");
 
+DEFINE_mString(arrow_flight_sql_host, "");

Review Comment:
   最好合入,因为如果用户BE priority network设置的不对就无解了,
   是在 fetch schema 的时候顺便传过去的,改动很小



##########
be/src/common/config.cpp:
##########
@@ -61,6 +61,8 @@ DEFINE_Int32(brpc_port, "8060");
 
 DEFINE_Int32(arrow_flight_sql_port, "-1");
 
+DEFINE_mString(arrow_flight_sql_host, "");

Review Comment:
   最好合入,因为如果用户BE priority network设置的不对就无解了,
   是在 fetch schema 的时候顺便传过去的,改动很小



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