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


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -290,10 +291,13 @@ public class Env {
     public static final String CLIENT_NODE_HOST_KEY = "CLIENT_NODE_HOST";
     public static final String CLIENT_NODE_PORT_KEY = "CLIENT_NODE_PORT";
 
+    private static final String VERSION_DIR = "/VERSION";
+    public static String latestFeVersion = "2_0_0";

Review Comment:
   do not add this variable, should generate the version from global variables. 
For example, show variable will show version info.
   You add this variable and then when we publish a version, we has to remember 
to modify this variable. It is very difficult to maintain it.



-- 
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-unsubscr...@doris.apache.org

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


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

Reply via email to