This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 61d4974ba1 [fix](Nereids) Use simple cost to calculate benefit and
avoid unuseless calculation (#14056)
add 1c07a01038 [feature](multi-catalog) Support data on s3-compatible oss
and support aliyun DLF (#13994)
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
build.sh | 17 ++-
.../docs/ecosystem/external-table/multi-catalog.md | 68 +++++++++-
.../Create/CREATE-TABLE-AS-SELECT.md | 6 +
.../docs/ecosystem/external-table/multi-catalog.md | 71 +++++++++-
.../Create/CREATE-TABLE-AS-SELECT.md | 6 +
.../org/apache/doris/analysis/CreateTableStmt.java | 2 +-
.../doris/catalog/HiveMetaStoreClientHelper.java | 92 ++++++-------
.../doris/catalog/external/HMSExternalTable.java | 46 ++-----
.../java/org/apache/doris/common/FeConstants.java | 10 ++
.../org/apache/doris/datasource/CatalogMgr.java | 2 +-
.../apache/doris/datasource/EsExternalCatalog.java | 31 +----
.../apache/doris/datasource/ExternalCatalog.java | 48 ++++++-
.../doris/datasource/HMSExternalCatalog.java | 83 +++---------
.../apache/doris/datasource/InternalCatalog.java | 35 +++--
.../datasource/PooledHiveMetaStoreClient.java | 146 +++++++++++++++++++++
.../doris/planner/external/HiveScanProvider.java | 49 +++++--
.../doris/planner/external/QueryScanProvider.java | 3 +
18 files changed, 506 insertions(+), 210 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/datasource/PooledHiveMetaStoreClient.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]