You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2023/11/13 06:12:58 UTC

(inlong) branch master updated (bdf63d50e1 -> b88685bb08)

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

dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from bdf63d50e1 [INLONG-9269][Manager]  Fix get sort standalone cluster config empty (#9270)
     add b88685bb08 [INLONG-9246][Sort] Pulsar source support audit when the deserialized type is not InlongMsg (#9255)

No new revisions were added by this update.

Summary of changes:
 .../sort/protocol/node/extract/PulsarExtractNode.java     |  9 +++++++--
 .../org/apache/inlong/sort/pulsar/PulsarTableFactory.java |  6 ++++++
 .../inlong/sort/pulsar/table/PulsarReadableMetadata.java  |  7 +++++++
 .../pulsar/table/PulsarTableDeserializationSchema.java    | 15 +++++++++++++--
 .../table/PulsarTableDeserializationSchemaFactory.java    |  5 +++++
 5 files changed, 38 insertions(+), 4 deletions(-)