You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "yiguolei (via GitHub)" <gi...@apache.org> on 2023/06/25 11:13:24 UTC

[GitHub] [doris] yiguolei commented on a diff in pull request #21110: [improvement] Add data type validation when create table stmt

yiguolei commented on code in PR #21110:
URL: https://github.com/apache/doris/pull/21110#discussion_r1241139610


##########
conf/be.conf:
##########
@@ -52,7 +52,7 @@ enable_auth = false
 # use CIDR format, e.g. 10.10.10.0/24 or IP format, e.g. 10.10.10.1
 # Default value is empty.
 # priority_networks = 10.10.10.0/24;192.168.0.0/16
-
+priority_networks = 127.0.0.1/16

Review Comment:
    do not modify this config. If the user not modify conf and alreay running and copy this conf to its env, then it will not work correctly.



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org