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

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


    from 7e9222733a [feature-wip](multi-catalog) add iceberg tvf to read 
snapshots (#15618)
     new dfe1e70e87 [improvement](multi-catalog) support unsupported column 
type (#15660)
     new 15a51d5172 [fix](meta) fix priv table load bug when upgrading to 1.2.x 
(#15706)
     new 76426f3fdd [fix](multi-catalog) fix image loading failture when create 
catalog with resource (#15692)

The 3 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:
 .../hive/scripts/create_preinstalled_table.hql     |   12 +
 docs/en/docs/advanced/variables.md                 |    4 +-
 .../docs/ecosystem/external-table/multi-catalog.md |   36 +-
 .../Create/CREATE-CATALOG.md                       |   10 +-
 .../docs/ecosystem/external-table/multi-catalog.md |   36 +-
 .../Create/CREATE-CATALOG.md                       |   11 +-
 fe/fe-core/src/main/cup/sql_parser.cup             |    6 +-
 .../apache/doris/analysis/CreateCatalogStmt.java   |   22 +-
 .../doris/analysis/ShowCreateCatalogStmt.java      |    2 +-
 .../java/org/apache/doris/catalog/HMSResource.java |    2 +-
 .../doris/catalog/HiveMetaStoreClientHelper.java   |    2 +-
 .../org/apache/doris/catalog/JdbcResource.java     |   93 +-
 .../org/apache/doris/catalog/PrimitiveType.java    |    1 +
 .../java/org/apache/doris/catalog/ScalarType.java  |    1 +
 .../main/java/org/apache/doris/catalog/Type.java   |    6 +-
 .../doris/catalog/external/EsExternalTable.java    |    8 +-
 .../apache/doris/datasource/CatalogFactory.java    |   63 +-
 .../org/apache/doris/datasource/CatalogIf.java     |    6 +-
 .../org/apache/doris/datasource/CatalogMgr.java    |   15 +-
 .../apache/doris/datasource/CatalogProperty.java   |   43 +-
 .../apache/doris/datasource/EsExternalCatalog.java |  121 +-
 .../apache/doris/datasource/ExternalCatalog.java   |    6 +
 .../doris/datasource/HMSExternalCatalog.java       |   16 +-
 .../doris/datasource/JdbcExternalCatalog.java      |  110 +-
 .../doris/external/elasticsearch/EsUtil.java       |    3 +-
 .../org/apache/doris/external/jdbc/JdbcClient.java |   87 +-
 .../doris/mysql/privilege/UserPrivTable.java       |    1 +
 .../doris/analysis/CreateCatalogStmtTest.java      |    8 +-
 .../apache/doris/datasource/CatalogMgrTest.java    |   14 +-
 gensrc/thrift/Types.thrift                         |    1 +
 .../hive/test_catalog_with_resource.out            |   31 +
 .../external_catalog_p0/hive/test_hive_other.out   |   12 +
 .../jdbc_catalog_p0/test_mysql_jdbc_catalog.out    |   16 +-
 .../data/jdbc_p0/test_jdbc_query_mysql.out         | 2092 ++++++++++----------
 .../data/jdbc_p0/test_jdbc_query_pg.out            | 2080 +++++++++----------
 .../query_p0/show/test_show_create_catalog.out     |    2 +-
 .../data/query_p0/show/test_show_where.out         |    8 +
 .../hive/test_catalog_with_resource.groovy         |   98 +
 .../hive/test_hive_other.groovy                    |   20 +-
 .../suites/jdbc_p0/test_jdbc_query_mysql.groovy    |    4 +-
 40 files changed, 2640 insertions(+), 2469 deletions(-)
 create mode 100644 
regression-test/data/external_catalog_p0/hive/test_catalog_with_resource.out
 create mode 100644 
regression-test/suites/external_catalog_p0/hive/test_catalog_with_resource.groovy


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

Reply via email to