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 9cd25119b3d [Chore](gutil) move gutil/endian to vec/common (#53916)
add 15804b30adb [Enhancement](nereids) delete translateToLegacyStmt in
CreateTableCommand (#53486)
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/doris/catalog/Env.java | 30 +
.../org/apache/doris/catalog/OlapTableFactory.java | 10 +
.../apache/doris/common/util/IdGeneratorUtil.java | 21 +
.../org/apache/doris/datasource/CatalogIf.java | 8 +
.../apache/doris/datasource/ExternalCatalog.java | 27 +
.../apache/doris/datasource/InternalCatalog.java | 1306 ++++++++++++++++++--
.../doris/datasource/hive/HiveMetadataOps.java | 116 ++
.../iceberg/IcebergDLFExternalCatalog.java | 6 +
.../datasource/iceberg/IcebergMetadataOps.java | 60 +
.../datasource/operations/ExternalMetadataOps.java | 16 +
.../trees/plans/commands/CreateTableCommand.java | 8 +-
.../trees/plans/commands/info/CreateTableInfo.java | 94 +-
.../datasource/hive/HiveDDLAndDMLPlanTest.java | 20 +-
.../datasource/iceberg/CreateIcebergTableTest.java | 5 +-
.../dlf/client/IcebergDLFExternalCatalogTest.java | 1 -
.../trees/plans/CreateTableCommandTest.java | 6 +-
16 files changed, 1579 insertions(+), 155 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]