You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by zi...@apache.org on 2022/08/16 02:41:58 UTC

[inlong] branch master updated (27217e34b -> ef15ddd54)

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

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


    from 27217e34b [INLONG-5538][DataProxy] Optimize the Producer construction logic in TubeSink (#5545)
     add ef15ddd54 [INLONG-5047][Agent] Support collect data from SQLServer (#5472)

No new revisions were added by this update.

Summary of changes:
 ...DatabaseSqlSource.java => SQLServerSource.java} |  54 ++---
 .../{SqlReader.java => SQLServerReader.java}       | 148 ++++++------
 .../agent/plugin/sources/TestSQLServerReader.java  | 250 +++++++++++++++++++++
 .../agent/plugin/sources/TestSQLServerSource.java  | 103 +++++++++
 4 files changed, 440 insertions(+), 115 deletions(-)
 copy inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/{DatabaseSqlSource.java => SQLServerSource.java} (54%)
 copy inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/reader/{SqlReader.java => SQLServerReader.java} (60%)
 mode change 100755 => 100644
 create mode 100644 inlong-agent/agent-plugins/src/test/java/org/apache/inlong/agent/plugin/sources/TestSQLServerReader.java
 create mode 100644 inlong-agent/agent-plugins/src/test/java/org/apache/inlong/agent/plugin/sources/TestSQLServerSource.java