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

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


The following commit(s) were added to refs/heads/test_email by this push:
     new 9cad7aed734 Test email - SCY (#43672)
9cad7aed734 is described below

commit 9cad7aed734471146eb4f74d2a6a0f6fd7d2ea83
Author: Sun Chenyang <[email protected]>
AuthorDate: Tue Nov 12 12:19:42 2024 +0800

    Test email - SCY (#43672)
---
 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 dfbe4c445a4..5efc04c9ddc 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
@@ -716,7 +716,7 @@ public class SessionVariable implements Serializable, 
Writable {
 
     @VariableMgr.VarAttr(name = ENABLE_JDBC_ORACLE_NULL_PREDICATE_PUSH_DOWN, 
needForward = true,
             description = {"是否允许将 NULL 谓词下推到 Oracle JDBC 外部表。",
-                    "Whether to allow NULL predicates to be pushed down to 
Oracle JDBC external tables."})
+                    "Whether to allow NULL predicates to be pushed down to 
Oracle JDBC external tables"})
     public boolean enableJdbcOracleNullPredicatePushDown = false;
 
     @VariableMgr.VarAttr(name = ENABLE_JDBC_CAST_PREDICATE_PUSH_DOWN, 
needForward = true,


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

Reply via email to