This is an automated email from the ASF dual-hosted git repository.

gavinchou pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 124383a66d6 branch-3.0: [chore](config) Disable outfile to local disk 
by default (#43650)
124383a66d6 is described below

commit 124383a66d640d3a84cc749a64b06010202e3e68
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 14 17:17:10 2024 +0800

    branch-3.0: [chore](config) Disable outfile to local disk by default 
(#43650)
    
    Cherry-picked from #43282
    
    Co-authored-by: Siyang Tang 
<[email protected]>
---
 fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java 
b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
index 5a0bb3e314f..519dc31ec24 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -1504,6 +1504,7 @@ public class Config extends ConfigBase {
 
     /**
      * Whether to allow the outfile function to export the results to the 
local disk.
+     * If set to true, there's risk to run out of FE disk capacity.
      */
     @ConfField
     public static boolean enable_outfile_to_local = false;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to