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

morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 6420e093007 [chore](case) add information for cases (#54706)
     add 541d75f3def [enhance](schema)When querying system tables, it supports 
pre-filtering data in the FE (Frontend). (#54405)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/schema_scanner.h                       |   2 +
 .../schema_view_dependency_scanner.cpp             |   2 +-
 be/src/pipeline/exec/schema_scan_operator.cpp      |   5 +
 .../glue/translator/PhysicalPlanTranslator.java    |  18 +-
 .../LogicalSchemaScanToPhysicalSchemaScan.java     |   3 +-
 .../rewrite/PushDownFilterIntoSchemaScan.java      | 107 ++++++---
 .../trees/plans/logical/LogicalSchemaScan.java     |  36 ++-
 .../trees/plans/physical/PhysicalSchemaScan.java   |  29 ++-
 .../doris/nereids/util/FrontendConjunctsUtils.java | 158 +++++++++++++
 .../planner/BackendPartitionedSchemaScanNode.java  |   5 +-
 .../org/apache/doris/planner/SchemaScanNode.java   |  14 +-
 .../doris/tablefunction/MetadataGenerator.java     |  26 +-
 .../nereids/util/FrontendConjunctsUtilsTest.java   | 261 +++++++++++++++++++++
 gensrc/thrift/FrontendService.thrift               |   1 +
 gensrc/thrift/PlanNodes.thrift                     |   1 +
 .../query_p0/schema_table/test_view_dependency.out | Bin 1473 -> 3501 bytes
 .../schema_table/test_view_dependency.groovy       |  38 +++
 17 files changed, 645 insertions(+), 61 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/util/FrontendConjunctsUtils.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/util/FrontendConjunctsUtilsTest.java


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

Reply via email to