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 2022/11/08 09:06:45 UTC

[inlong] branch master updated (83ae8beb3 -> aef8052d5)

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 83ae8beb3 [INLONG-6409][Sort] Unspported Time and Timestamp iceberg auto create table in spark session query (#6424)
     add aef8052d5 [INLONG-6438][SDK] Parses and handles ack response from DataProxy (#6448)

No new revisions were added by this update.

Summary of changes:
 .../inlong/common/msg/AttributeConstants.java      |   5 +
 .../apache/inlong/sdk/dataproxy/SendResult.java    |  11 +-
 .../inlong/sdk/dataproxy/codec/EncodeObject.java   | 154 ++++++++++++++-------
 .../inlong/sdk/dataproxy/codec/ErrorCode.java      |  52 -------
 .../sdk/dataproxy/codec/ProtocolDecoder.java       |  38 ++---
 .../inlong/sdk/dataproxy/network/Sender.java       |  92 ++++++------
 6 files changed, 177 insertions(+), 175 deletions(-)
 delete mode 100644 inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/codec/ErrorCode.java