This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7b67661262 add plan checker (#11619)
add 169996d8e4 [feature](information_schema) add `rowsets` table into
information_s… (#11266)
No new revisions were added by this update.
Summary of changes:
be/src/exec/CMakeLists.txt | 1 +
be/src/exec/schema_scanner.cpp | 3 +
.../exec/schema_scanner/schema_rowsets_scanner.cpp | 176 +++++++++++++++++++++
...ivileges_scanner.h => schema_rowsets_scanner.h} | 33 ++--
be/src/olap/tablet_manager.cpp | 17 ++
be/src/olap/tablet_manager.h | 2 +
.../org/apache/doris/analysis/SchemaTableType.java | 3 +-
.../java/org/apache/doris/catalog/SchemaTable.java | 17 +-
.../planner/BackendPartitionedSchemaScanNode.java | 169 ++++++++++++++++++++
.../apache/doris/planner/DistributedPlanner.java | 2 +-
.../apache/doris/planner/SingleNodePlanner.java | 7 +-
gensrc/thrift/Descriptors.thrift | 3 +-
12 files changed, 415 insertions(+), 18 deletions(-)
create mode 100644 be/src/exec/schema_scanner/schema_rowsets_scanner.cpp
copy be/src/exec/schema_scanner/{schema_table_privileges_scanner.h =>
schema_rowsets_scanner.h} (60%)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]