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 08d0497490c [deps](hadoop) update hadoop libs to 3.3.6.2 (#39282)
add 253b960c4fa [Enhancement] add information_schema.table_properties
#38745 (#38746)
No new revisions were added by this update.
Summary of changes:
be/src/exec/schema_scanner.cpp | 3 +
.../schema_table_options_scanner.cpp | 57 ++++-
.../schema_scanner/schema_table_options_scanner.h | 7 +-
...ner.cpp => schema_table_properties_scanner.cpp} | 93 +++++---
...scanner.h => schema_table_properties_scanner.h} | 17 +-
.../org/apache/doris/analysis/SchemaTableType.java | 5 +-
.../java/org/apache/doris/catalog/SchemaTable.java | 13 +-
.../doris/tablefunction/MetadataGenerator.java | 252 ++++++++++++++++-----
gensrc/thrift/Descriptors.thrift | 3 +-
gensrc/thrift/FrontendService.thrift | 3 +
.../jdbc/test_mariadb_jdbc_catalog.out | 1 +
.../jdbc/test_mysql_jdbc_catalog.out | 1 +
.../jdbc/test_mysql_jdbc_catalog_nereids.out | 1 +
.../jdbc/test_mysql_jdbc_driver5_catalog.out | 1 +
.../data/query_p0/system/test_table_options.out | 34 ++-
.../data/query_p0/system/test_table_properties.out | 206 +++++++++++++++++
.../query_p0/system/test_table_options.groovy | 50 +++-
.../query_p0/system/test_table_properties.groovy | 124 ++++++++++
18 files changed, 738 insertions(+), 133 deletions(-)
copy be/src/exec/schema_scanner/{schema_table_options_scanner.cpp =>
schema_table_properties_scanner.cpp} (58%)
copy be/src/exec/schema_scanner/{schema_table_options_scanner.h =>
schema_table_properties_scanner.h} (74%)
create mode 100644
regression-test/data/query_p0/system/test_table_properties.out
create mode 100644
regression-test/suites/query_p0/system/test_table_properties.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]