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

morningman pushed a change to branch branch-1.2-unstable
in repository https://gitbox.apache.org/repos/asf/doris.git


    from a27b764e79 [fix](improvement)(meta) fix alter catalog properties 
issues and reformat code (#14745)
     new b2541dabe3 [improvement](multi-catalog) support specify hadoop 
username (#14734)
     new c2f5d67fb7 [fix](multi-catalog) fix persist issue about jdbc catalog 
and class loader issue (#14794)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/io/hdfs_builder.cpp                         |   3 +
 .../docs/ecosystem/external-table/multi-catalog.md | 151 +++++++++----------
 .../docs/ecosystem/external-table/multi-catalog.md | 163 +++++++++++----------
 fe/fe-core/pom.xml                                 |   6 +
 .../org/apache/doris/common/util/BrokerUtil.java   |  74 ++++++----
 .../apache/doris/datasource/CatalogProperty.java   |   4 +-
 .../doris/datasource/JdbcExternalCatalog.java      |   4 +-
 .../datasource/PooledHiveMetaStoreClient.java      |  17 ++-
 .../doris/datasource/hive/HiveMetaStoreCache.java  |  47 +++---
 .../org/apache/doris/persist/gson/GsonUtils.java   |  13 +-
 .../java/org/apache/doris/qe/ConnectProcessor.java |   5 +
 .../java/org/apache/doris/qe/StmtExecutor.java     |   4 +-
 fe/pom.xml                                         |   5 +
 .../external_catalog_p0/hive/test_hive_orc.groovy  |   7 +-
 .../hive/test_hive_other.groovy                    |   9 +-
 .../hive/test_hive_parquet.groovy                  |   7 +-
 .../jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy |   5 +-
 .../suites/query_p0/system/test_query_sys.groovy   |   2 +-
 .../suites/statistics/alter_col_stats.groovy       |  12 +-
 .../multi_catalog_query/hive_catalog_orc.groovy    |   7 +-
 .../hive_catalog_parquet.groovy                    |   7 +-
 21 files changed, 306 insertions(+), 246 deletions(-)


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

Reply via email to