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 4014c62f96 [fix](meta) fix concurrent modification exception and
potential NPE (#17602)
new 394a763d84 [Enhancement](multi-catalog) support hms event
deserialization for HDP/CDH Hive versions. (#17660)
new 494382e404 [fix](DOE)Fix es p0 case error (#17502)
new ca12d466fb [branch-1.2](test) fix test_json_load.groovy case bug
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:
be/src/exec/es/es_scroll_parser.cpp | 2 +
.../datasource/hive/event/AddPartitionEvent.java | 2 +-
.../datasource/hive/event/AlterPartitionEvent.java | 2 +-
.../datasource/hive/event/AlterTableEvent.java | 2 +-
.../datasource/hive/event/CreateTableEvent.java | 3 +-
.../datasource/hive/event/DropPartitionEvent.java | 2 +-
.../datasource/hive/event/DropTableEvent.java | 2 +-
.../hive/event/GzipJSONMessageDeserializer.java | 172 +++++++++++++++++++++
.../hive/event/MetastoreEventsProcessor.java | 14 +-
.../doris/external/elasticsearch/EsUtil.java | 46 +++---
.../event/GzipJSONMessageDeserializerTest.java | 63 ++++++++
.../doris/external/elasticsearch/EsUtilTest.java | 4 +-
regression-test/conf/regression-conf.groovy | 59 ++-----
.../load_p0/stream_load/test_json_load.groovy | 4 +-
14 files changed, 299 insertions(+), 78 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/event/GzipJSONMessageDeserializer.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/datasource/hive/event/GzipJSONMessageDeserializerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]