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 6a6455d3ba1 [Fix](inverted index) fix match null for inverted index 
(#41746)
     add b50f761db42 [opt](file-cache) support system table 
file_cache_statistics (#40078)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/schema_scanner.cpp                     |  3 +
 ...canner.cpp => schema_file_cache_statistics.cpp} | 50 ++++++++-------
 ...tive_tasks.h => schema_file_cache_statistics.h} | 12 ++--
 be/src/io/cache/block_file_cache.cpp               | 71 +++++++++++++++++++++-
 be/src/io/cache/block_file_cache.h                 | 18 +++++-
 be/src/io/cache/block_file_cache_factory.cpp       | 21 +++++++
 be/src/io/cache/block_file_cache_factory.h         |  6 ++
 .../org/apache/doris/analysis/SchemaTableType.java |  2 +
 .../java/org/apache/doris/catalog/SchemaTable.java |  9 +++
 .../planner/BackendPartitionedSchemaScanNode.java  |  2 +
 .../cache/test_file_cache_statistics.out           |  4 ++
 .../cache/test_file_cache_statistics.groovy        | 59 ++++++++++++++++++
 12 files changed, 219 insertions(+), 38 deletions(-)
 copy 
be/src/exec/schema_scanner/{schema_workload_group_resource_usage_scanner.cpp => 
schema_file_cache_statistics.cpp} (56%)
 copy be/src/exec/schema_scanner/{schema_backend_active_tasks.h => 
schema_file_cache_statistics.h} (81%)
 create mode 100644 
regression-test/data/external_table_p0/cache/test_file_cache_statistics.out
 create mode 100644 
regression-test/suites/external_table_p0/cache/test_file_cache_statistics.groovy


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

Reply via email to