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

morrysnow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 12016acb2e3 [Fix](ctas) forward the use_max_length_of_varchar_in_ctas 
(#39705)
12016acb2e3 is described below

commit 12016acb2e36c073bac42460c5ea46c6c07b1331
Author: feiniaofeiafei <[email protected]>
AuthorDate: Thu Aug 22 15:36:32 2024 +0800

    [Fix](ctas) forward the use_max_length_of_varchar_in_ctas (#39705)
---
 fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java 
b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
index 6b469beac05..a6136dd1f6b 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -2072,7 +2072,7 @@ public class SessionVariable implements Serializable, 
Writable {
             checker = "checkExternalAggPartitionBits", fuzzy = true)
     public int externalAggPartitionBits = 5; // means that the hash table will 
be partitioned into 32 blocks.
 
-    @VariableMgr.VarAttr(name = USE_MAX_LENGTH_OF_VARCHAR_IN_CTAS, description 
= {
+    @VariableMgr.VarAttr(name = USE_MAX_LENGTH_OF_VARCHAR_IN_CTAS, needForward 
= true, description = {
             "在CTAS中,如果 CHAR / VARCHAR 列不来自于源表,是否是将这一列的长度设置为 MAX,即65533。默认为 
true。",
             "In CTAS (Create Table As Select), if CHAR/VARCHAR columns do not 
originate from the source table,"
                     + " whether to set the length of such a column to MAX, 
which is 65533. The default is true."


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

Reply via email to