This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 4352eee1d00 [fix](test) Try to fix possible -238 in
test_non_overlap_seg_heavy_sc (#58333)
add dc34ce596d4 [feat](metadata) Add system table
information.database_properties (#58034)
No new revisions were added by this update.
Summary of changes:
be/src/exec/schema_scanner.cpp | 3 +
....cpp => schema_database_properties_scanner.cpp} | 59 ++++++---------
...nner.h => schema_database_properties_scanner.h} | 14 ++--
.../org/apache/doris/analysis/SchemaTableType.java | 4 +-
.../java/org/apache/doris/catalog/SchemaTable.java | 8 ++
.../doris/tablefunction/MetadataGenerator.java | 73 ++++++++++++++++++
gensrc/thrift/Descriptors.thrift | 1 +
gensrc/thrift/FrontendService.thrift | 1 +
.../query_p0/system/test_database_properties.out | 20 +++++
.../system/test_database_properties.groovy | 86 ++++++++++++++++++++++
10 files changed, 225 insertions(+), 44 deletions(-)
copy be/src/exec/schema_scanner/{schema_table_properties_scanner.cpp =>
schema_database_properties_scanner.cpp} (72%)
copy be/src/exec/schema_scanner/{schema_table_properties_scanner.h =>
schema_database_properties_scanner.h} (81%)
create mode 100644
regression-test/data/query_p0/system/test_database_properties.out
create mode 100644
regression-test/suites/query_p0/system/test_database_properties.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]