Skip to content

Commit

Permalink
Test email - SCY (apache#43672)
Browse files Browse the repository at this point in the history
  • Loading branch information
csun5285 authored Nov 12, 2024
1 parent 4079715 commit 9cad7ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9cad7ae

Please sign in to comment.