This is an automated email from the ASF dual-hosted git repository. lijibing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from f0f990b969b [Refactor](UDF) Refactor the java udf code to reduce the unless code (#47505) add 986fbc40ee4 [fix](nereids)Add catalog/db/table filter info in SchemaScanNode (#46864) No new revisions were added by this update. Summary of changes: .../exec/schema_scanner/schema_tables_scanner.cpp | 3 + .../glue/translator/PhysicalPlanTranslator.java | 8 ++- .../doris/nereids/jobs/executor/Rewriter.java | 4 +- .../org/apache/doris/nereids/rules/RuleType.java | 1 + .../LogicalSchemaScanToPhysicalSchemaScan.java | 5 +- .../rewrite/PushDownFilterIntoSchemaScan.java | 77 +++++++++++++++++++++ .../trees/plans/logical/LogicalSchemaScan.java | 72 +++++++++++++++++-- .../trees/plans/physical/PhysicalSchemaScan.java | 60 ++++++++++++++-- .../planner/BackendPartitionedSchemaScanNode.java | 5 +- .../org/apache/doris/planner/SchemaScanNode.java | 6 +- .../apache/doris/planner/SingleNodePlanner.java | 5 +- .../apache/doris/service/FrontendServiceImpl.java | 13 +++- gensrc/thrift/FrontendService.thrift | 1 + .../test_information_schema.out | Bin 0 -> 859 bytes .../test_information_schema.groovy | 69 ++++++++++++++++++ 15 files changed, 308 insertions(+), 21 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PushDownFilterIntoSchemaScan.java create mode 100644 regression-test/data/information_schema_p0/test_information_schema.out create mode 100644 regression-test/suites/information_schema_p0/test_information_schema.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org