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 1a25f110ec [Fix](planner)Fix TupleDescriptor include not materialized 
slot bug (#18783)
     add 93b35bbfbf [feature](multi-catalog) add catalog comment and create 
time info (#18778)

No new revisions were added by this update.

Summary of changes:
 fe/fe-core/src/main/cup/sql_parser.cup             |  8 +++---
 .../doris/analysis/AlterCatalogPropertyStmt.java   |  6 +++++
 .../apache/doris/analysis/CreateCatalogStmt.java   | 19 ++++++++++++--
 .../org/apache/doris/analysis/ShowCatalogStmt.java |  2 ++
 .../apache/doris/datasource/CatalogFactory.java    | 15 ++++++++---
 .../org/apache/doris/datasource/CatalogIf.java     |  2 ++
 .../org/apache/doris/datasource/CatalogLog.java    |  2 ++
 .../org/apache/doris/datasource/CatalogMgr.java    |  9 ++++++-
 .../apache/doris/datasource/ExternalCatalog.java   | 16 ++++++++++++
 .../apache/doris/datasource/InternalCatalog.java   |  5 ++++
 .../doris/analysis/CreateCatalogStmtTest.java      | 12 +++++----
 .../apache/doris/analysis/ShowCatalogStmtTest.java |  4 +--
 .../apache/doris/datasource/CatalogMgrTest.java    | 30 +++++++++++++++++-----
 .../datasource/property/PropertyConverterTest.java | 28 ++++++++++----------
 14 files changed, 121 insertions(+), 37 deletions(-)


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

Reply via email to