This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 86aa3802cf5 [log](config) set streamload record default to enable add 231038f0504 [fix](planner)allow infer predicate for external table (#24227) No new revisions were added by this update. Summary of changes: .../org/apache/doris/planner/MysqlScanNode.java | 4 ++ .../apache/doris/planner/SingleNodePlanner.java | 3 +- .../doris/planner/external/jdbc/JdbcScanNode.java | 4 ++ .../doris/planner/external/odbc/OdbcScanNode.java | 4 ++ .../jdbc/test_mysql_jdbc_catalog_nereids.out | 23 -------- .../test_push_conjunct_external_table.groovy | 67 ++++++++++++++++++++++ .../jdbc/test_mysql_jdbc_catalog_nereids.groovy | 5 +- 7 files changed, 85 insertions(+), 25 deletions(-) create mode 100644 regression-test/suites/correctness_p0/test_push_conjunct_external_table.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org