This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 139ecbc6ff4 [fix](Nereids) make all variables lower case (#30934)
139ecbc6ff4 is described below
commit 139ecbc6ff43696ded417012d5fe67779a0e24b2
Author: morrySnow <[email protected]>
AuthorDate: Wed Feb 7 11:57:29 2024 +0800
[fix](Nereids) make all variables lower case (#30934)
pick from master #30905
commit id f012853cd0a6df850084a5b010210c42b10c997b
---
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 836d0bf5157..09fd164eb2d 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
@@ -88,7 +88,7 @@ public class SessionVariable implements Serializable,
Writable {
public static final String COLLATION_CONNECTION = "collation_connection";
public static final String COLLATION_DATABASE = "collation_database";
public static final String COLLATION_SERVER = "collation_server";
- public static final String SQL_AUTO_IS_NULL = "SQL_AUTO_IS_NULL";
+ public static final String SQL_AUTO_IS_NULL = "sql_auto_is_null";
public static final String SQL_SELECT_LIMIT = "sql_select_limit";
public static final String MAX_ALLOWED_PACKET = "max_allowed_packet";
public static final String AUTO_INCREMENT_INCREMENT =
"auto_increment_increment";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]