This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch release-1.3.0 in repository https://gitbox.apache.org/repos/asf/inlong.git
from 555d2ddbe [INLONG-5700][TubeMQ] Core file generated while the C++ consumer is closed (#5707) new e02bef6c5 [INLONG-5710][Audit] Fix the ClickHouse service initialization problem (#5711) new a7af443fe [INLONG-5701][Manager][Sort] Support raw format (#5702) 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: .../audit/service/AuditMsgConsumerServer.java | 10 ++++- .../apache/inlong/common/enums/DataTypeEnum.java | 3 +- .../manager/pojo/sort/util/ExtractNodeUtils.java | 4 ++ .../inlong/sort/protocol/node/format/Format.java | 3 +- .../format/{AvroFormat.java => RawFormat.java} | 43 +++++++++++++--------- .../{JsonFormatTest.java => RawFormatTest.java} | 8 ++-- 6 files changed, 45 insertions(+), 26 deletions(-) copy inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/format/{AvroFormat.java => RawFormat.java} (61%) copy inlong-sort/sort-common/src/test/java/org/apache/inlong/sort/protocol/node/format/{JsonFormatTest.java => RawFormatTest.java} (85%)