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 853033615ad [Bug](bits) fix wrong result of count_zero_num with 
nullmap (#56113)
     add 8ce0d2642f9 [feature](schema)add sql_block_rule_status system table 
(#55700)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/schema_scanner.cpp                     |   3 +
 .../schema_sql_block_rule_status_scanner.cpp       | 164 +++++++++++++++++++++
 ...er.h => schema_sql_block_rule_status_scanner.h} |  14 +-
 .../org/apache/doris/analysis/SchemaTableType.java |   2 +
 .../org/apache/doris/blockrule/SqlBlockRule.java   |  22 +++
 .../apache/doris/blockrule/SqlBlockRuleMgr.java    |  25 ++--
 .../java/org/apache/doris/catalog/SchemaTable.java |  92 +++++++++++-
 .../doris/nereids/rules/analysis/BindRelation.java |  36 ++++-
 .../rewrite/PushDownFilterIntoSchemaScan.java      |   2 +-
 .../plans/commands/ShowProcessListCommand.java     |   2 +-
 .../planner/BackendPartitionedSchemaScanNode.java  |   1 +
 .../org/apache/doris/planner/SchemaScanNode.java   |  18 ++-
 .../java/org/apache/doris/qe/SessionVariable.java  |  18 ++-
 .../doris/tablefunction/MetadataGenerator.java     |  60 ++++++++
 .../org/apache/doris/catalog/SchemaTableTest.java  |  96 ++++++++++++
 .../nereids/rules/analysis/BindRelationTest.java   |  32 ++++
 gensrc/thrift/Descriptors.thrift                   |   5 +-
 gensrc/thrift/FrontendService.thrift               |   1 +
 .../schema_table/test_sql_block_rule_status.out    | Bin 0 -> 270 bytes
 .../schema_table/test_sql_block_rule_status.groovy |  65 ++++++++
 .../suites/show_p0/test_show_processlist.groovy    |   6 +-
 21 files changed, 621 insertions(+), 43 deletions(-)
 create mode 100644 
be/src/exec/schema_scanner/schema_sql_block_rule_status_scanner.cpp
 copy be/src/exec/schema_scanner/{schema_view_dependency_scanner.h => 
schema_sql_block_rule_status_scanner.h} (74%)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/catalog/SchemaTableTest.java
 create mode 100644 
regression-test/data/query_p0/schema_table/test_sql_block_rule_status.out
 create mode 100644 
regression-test/suites/query_p0/schema_table/test_sql_block_rule_status.groovy


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

Reply via email to