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/08/03 11:29:44 UTC

[inlong] branch master updated (a469fcc2a -> 4465729d9)

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 a469fcc2a [INLONG-5333][Manager] Add array, map, struct, decimal format (#5334)
     add 4465729d9 [INLONG-5259][Agent] File data sources support custom end-of-line symbols (#5261)

No new revisions were added by this update.

Summary of changes:
 .../apache/inlong/agent/constant/JobConstants.java |  1 +
 .../java/org/apache/inlong/agent/pojo/FileJob.java | 11 ++++-
 .../apache/inlong/agent/pojo/JobProfileDto.java    |  6 +++
 .../plugin/sources/reader/TextFileReader.java      | 51 ++++++++++++++++++++--
 .../agent/plugin/sources/TestTextFileReader.java   | 43 ++++++++++++++++--
 .../agent-plugins/src/test/resources/test/1.txt    |  5 ++-
 .../agent-plugins/src/test/resources/test/2.txt    |  2 +-
 .../agent-plugins/src/test/resources/test/a.txt    |  5 ++-
 8 files changed, 111 insertions(+), 13 deletions(-)