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 ab359e2b645 [Bug](udf) forbid varchar type and convert to use string 
type in java-udf (#38409)
     add 2c8d65b475b [fix](hive)Modify the Hive notification event processing 
method when using meta cache and add parameters to the Hive catalog. (#39239)

No new revisions were added by this update.

Summary of changes:
 .../docker-compose/hive/hadoop-hive.env.tpl        |   3 +
 .../main/java/org/apache/doris/catalog/Env.java    |   5 +-
 .../org/apache/doris/datasource/CatalogMgr.java    |  14 -
 .../apache/doris/datasource/ExternalCatalog.java   |  10 +-
 .../apache/doris/datasource/ExternalDatabase.java  |  12 +-
 .../doris/datasource/hive/HMSExternalCatalog.java  |  30 +-
 .../datasource/hive/event/AlterPartitionEvent.java |   4 +-
 .../doris/datasource/hive/event/IgnoredEvent.java  |   2 +-
 .../doris/datasource/hive/event/InsertEvent.java   |  12 -
 .../datasource/hive/event/MetastoreEvent.java      |  12 +
 .../hive/event/MetastoreEventFactory.java          |   3 +
 .../hive/event/MetastoreEventsProcessor.java       |  17 +-
 .../doris/datasource/metacache/MetaCache.java      |   7 +-
 .../property/constants/HMSProperties.java          |   3 +-
 regression-test/pipeline/external/conf/fe.conf     |   2 +
 .../hive/ddl/test_hive_ctas.groovy                 |   2 +-
 .../hive/test_hms_event_notification.groovy        | 392 ++++++++++++
 ...est_hms_event_notification_multi_catalog.groovy | 676 +++++++++++++++++++++
 .../hive/write/test_hive_write_insert.groovy       |   2 +-
 .../hive/write/test_hive_write_partitions.groovy   |   2 +-
 20 files changed, 1157 insertions(+), 53 deletions(-)
 create mode 100644 
regression-test/suites/external_table_p0/hive/test_hms_event_notification.groovy
 create mode 100644 
regression-test/suites/external_table_p0/hive/test_hms_event_notification_multi_catalog.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to