morningman commented on code in PR #41563: URL: https://github.com/apache/doris/pull/41563#discussion_r1795168085
########## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ########## @@ -688,6 +690,12 @@ public class SessionVariable implements Serializable, Writable { "Whether to add the FINAL keyword to the query SQL when querying ClickHouse JDBC external tables."}) public boolean jdbcClickhouseQueryFinal = false; + @VariableMgr.VarAttr(name = JDBC_ORACLE_NULL_PREDICATE_PUSHDOWN, needForward = true, + description = {"是否启用 Oracle JDBC 外部表时,Scan 节点的 NULL 谓词下推。", Review Comment: 是否允许将 NULL 谓词下推到 Oracle JDBC 外表 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org