morningman commented on code in PR #31390:
URL: https://github.com/apache/doris/pull/31390#discussion_r1505222600


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1974,6 +1974,18 @@ public class Config extends ConfigBase {
     @ConfField(mutable = true)
     public static boolean enable_query_hive_views = true;
 
+    /**
+     * ODPS server url of max compute, set it to replace default url.
+     */
+    @ConfField(mutable = true)
+    public static String max_compute_odps_url = "";

Review Comment:
   No need, remove these 2 config.



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