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/02/09 09:53:55 UTC

[incubator-inlong] branch master updated (c36fe93 -> e6de80d)

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/incubator-inlong.git.


    from c36fe93  [INLONG-2422] [Bug] upgrade logback to 1.2.10 due to security issues (#2423)
     add e6de80d  [INLONG-2348] Support lzo/gzip compression when using text formats in hive sink (#2400)

No new revisions were added by this update.

Summary of changes:
 inlong-sort/pom.xml                                |   7 +
 .../inlong/sort/configuration/Constants.java       |  15 +++
 .../inlong/sort/protocol/sink/HiveSinkInfo.java    |  20 ++-
 inlong-sort/sort-connectors/pom.xml                |   5 +
 .../inlong/sort/flink/hive/HiveSinkHelper.java     |   7 +-
 .../apache/inlong/sort/flink/hive/HiveWriter.java  |   3 +-
 .../sort/flink/hive/formats/TextRowWriter.java     |  58 +++++++--
 .../sort/flink/hive/formats/TextRowWriterTest.java | 145 +++++++++++++++++++++
 .../sort-connectors/src/test/resources/testGzip.gz | Bin 0 -> 38 bytes
 9 files changed, 246 insertions(+), 14 deletions(-)
 create mode 100644 inlong-sort/sort-connectors/src/test/java/org/apache/inlong/sort/flink/hive/formats/TextRowWriterTest.java
 create mode 100644 inlong-sort/sort-connectors/src/test/resources/testGzip.gz