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 2e27827 [doc] Added http interface return example to obtain the
specified table structure information (#7955)
add 92b690f [feature-wip](iceberg) Step2: add table creation strict mode
and support refresh iceberg table or db. (#7981)
No new revisions were added by this update.
Summary of changes:
docs/.vuepress/sidebar/en.js | 2 +
docs/.vuepress/sidebar/zh-CN.js | 2 +
docs/en/extending-doris/iceberg-of-doris.md | 67 ++++++++++++++-
.../REFRESH DATABASE.md} | 25 +++---
.../Data Definition/REFRESH TABLE.md} | 32 ++++----
docs/zh-CN/extending-doris/iceberg-of-doris.md | 66 ++++++++++++++-
.../REFRESH DATABASE.md} | 25 +++---
.../REFRESH TABLE.md} | 29 +++----
fe/fe-core/src/main/cup/sql_parser.cup | 19 ++++-
.../{DropDbStmt.java => RefreshDbStmt.java} | 47 ++++++-----
.../{DropUserStmt.java => RefreshTableStmt.java} | 44 ++++++----
.../java/org/apache/doris/catalog/Catalog.java | 9 +-
.../java/org/apache/doris/catalog/Database.java | 4 +
.../org/apache/doris/catalog/DatabaseProperty.java | 8 +-
.../org/apache/doris/catalog/IcebergProperty.java | 9 ++
.../org/apache/doris/catalog/RefreshManager.java | 95 ++++++++++++++++++++++
.../main/java/org/apache/doris/common/Config.java | 13 ++-
.../doris/external/iceberg/IcebergCatalogMgr.java | 19 ++++-
.../iceberg/IcebergTableCreationRecord.java | 15 +++-
.../iceberg/IcebergTableCreationRecordMgr.java | 79 +++++++++---------
.../doris/external/iceberg/util/IcebergUtils.java | 14 +++-
.../main/java/org/apache/doris/qe/DdlExecutor.java | 6 ++
.../java/org/apache/doris/qe/ShowExecutor.java | 7 +-
fe/fe-core/src/main/jflex/sql_scanner.flex | 1 +
24 files changed, 487 insertions(+), 150 deletions(-)
copy docs/en/sql-reference/sql-statements/{Administration/SHOW FULL COLUMNS.md
=> Data Definition/REFRESH DATABASE.md} (62%)
copy docs/en/sql-reference/{sql-functions/date-time-functions/day.md =>
sql-statements/Data Definition/REFRESH TABLE.md} (67%)
copy docs/zh-CN/sql-reference/sql-statements/{Administration/SHOW BROKER.md =>
Data Definition/REFRESH DATABASE.md} (65%)
copy docs/zh-CN/sql-reference/sql-statements/{Account Management/CREATE
ROLE.md => Data Definition/REFRESH TABLE.md} (70%)
copy fe/fe-core/src/main/java/org/apache/doris/analysis/{DropDbStmt.java =>
RefreshDbStmt.java} (65%)
copy fe/fe-core/src/main/java/org/apache/doris/analysis/{DropUserStmt.java =>
RefreshTableStmt.java} (58%)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/catalog/RefreshManager.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]