This is an automated email from the ASF dual-hosted git repository.

starocean999 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 98b428437ac [Test](cloud-mow) check delete bitmap key's existence 
before put KV (#51013)
     add d4f4b97f362 [Enhancement] implement createDatabase command in nereids 
(#51059)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  8 +--
 .../main/java/org/apache/doris/catalog/Env.java    | 12 ++++
 .../doris/catalog/InternalSchemaInitializer.java   |  6 +-
 .../doris/cloud/CacheHotspotManagerUtils.java      | 10 +--
 .../org/apache/doris/datasource/CatalogIf.java     |  3 +
 .../apache/doris/datasource/ExternalCatalog.java   | 18 +++++
 .../apache/doris/datasource/InternalCatalog.java   | 48 ++++++++++++++
 .../doris/datasource/hive/HiveMetadataOps.java     | 31 +++++++++
 .../iceberg/IcebergDLFExternalCatalog.java         |  6 ++
 .../datasource/iceberg/IcebergMetadataOps.java     | 36 ++++++++++
 .../datasource/operations/ExternalMetadataOps.java | 13 ++++
 .../doris/nereids/parser/LogicalPlanBuilder.java   | 26 ++++++++
 .../apache/doris/nereids/trees/plans/PlanType.java |  1 +
 .../plans/commands/CreateDatabaseCommand.java}     | 77 ++++++++++++----------
 .../trees/plans/visitor/CommandVisitor.java        |  5 ++
 .../dlf/client/IcebergDLFExternalCatalogTest.java  |  5 +-
 .../plans/commands/CreateDatabaseCommandTest.java  | 68 +++++++++++++++++++
 17 files changed, 327 insertions(+), 46 deletions(-)
 copy fe/fe-core/src/main/java/org/apache/doris/{analysis/CreateDbStmt.java => 
nereids/trees/plans/commands/CreateDatabaseCommand.java} (69%)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/CreateDatabaseCommandTest.java


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

Reply via email to