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/incubator-doris.git.
from bd558f1 [Doris][Doris On ES] support prefix @ symbol for column name
(#5006)
add 1ae6de7 [Enhance] Add "statistics" meta table and fix some mysql
compatibility problem (#4991)
No new revisions were added by this update.
Summary of changes:
be/src/exec/CMakeLists.txt | 1 +
be/src/exec/schema_scanner.cpp | 1 +
.../exec/schema_scanner/schema_columns_scanner.cpp | 2 +-
.../schema_scanner/schema_statistics_scanner.cpp | 52 ++++++++++++++++++++++
...dummy_scanner.h => schema_statistics_scanner.h} | 21 ++++-----
.../org/apache/doris/catalog/PrimitiveType.java | 9 +++-
.../java/org/apache/doris/catalog/SchemaTable.java | 23 ++++++++++
.../org/apache/doris/mysql/MysqlSerializer.java | 47 ++++++++++++++++++-
8 files changed, 141 insertions(+), 15 deletions(-)
create mode 100644 be/src/exec/schema_scanner/schema_statistics_scanner.cpp
copy be/src/exec/schema_scanner/{schema_dummy_scanner.h =>
schema_statistics_scanner.h} (67%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]