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 ed67d5a2c21 [docs](developer-guide) Improve the be-vscode-gdb document
(#25192)
add aa0b74d63a8 [improvement](fe and broker) support specify broker to
getSplits, check isSplitable, file scan for HMS Multi-catalog (#24830)
No new revisions were added by this update.
Summary of changes:
docs/en/docs/lakehouse/multi-catalog/hive.md | 8 ++
docs/zh-CN/docs/lakehouse/multi-catalog/hive.md | 8 ++
.../apache/doris/datasource/ExternalCatalog.java | 8 ++
.../doris/datasource/HMSExternalCatalog.java | 2 +
.../doris/datasource/hive/HiveMetaStoreCache.java | 54 ++++++----
.../apache/doris/external/hive/util/HiveUtil.java | 12 ++-
.../java/org/apache/doris/fs/FileSystemCache.java | 17 +++-
.../org/apache/doris/fs/FileSystemFactory.java | 11 +-
.../java/org/apache/doris/fs/FileSystemType.java | 1 +
.../apache/doris/fs/remote/BrokerFileSystem.java | 87 ++++++++++++++++
.../doris/planner/external/HiveScanNode.java | 25 +++--
.../doris/statistics/util/StatisticsUtil.java | 3 +-
fs_brokers/apache_hdfs_broker/pom.xml | 26 ++++-
.../doris/broker/hdfs/FileSystemManager.java | 55 ++++++++--
.../doris/broker/hdfs/HDFSBrokerServiceImpl.java | 44 ++++++++
.../java/org/apache/doris/common/HiveUtils.java | 112 +++++++++++++++++++++
gensrc/thrift/PaloBrokerService.thrift | 20 ++++
17 files changed, 447 insertions(+), 46 deletions(-)
create mode 100644
fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/HiveUtils.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]