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/01 10:54:03 UTC

[inlong] branch master updated (9038879f7 -> 4133f1472)

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 9038879f7 [INLONG-5242][Sort] Add metric computing for mongoDB and Oracle (#5298)
     add 4133f1472 [INLONG-5279][Manager] Optimize the creation code of databases and tables (#5280)

No new revisions were added by this update.

Summary of changes:
 .../resource/sink/mysql/MySQLJdbcUtils.java        | 169 +++++++++++----------
 .../resource/sink/mysql/MySQLResourceOperator.java |  40 ++---
 .../resource/sink/mysql/MySQLSqlBuilder.java       |  60 ++++----
 .../resource/sink/oracle/OracleJdbcUtils.java      | 116 +++++++-------
 .../sink/oracle/OracleResourceOperator.java        |  36 ++---
 .../resource/sink/oracle/OracleSqlBuilder.java     | 119 ++++++++-------
 .../manager/service/sink/MySQLSinkServiceTest.java |  65 +++-----
 .../service/sink/OracleSinkServiceTest.java        |  59 +++----
 8 files changed, 293 insertions(+), 371 deletions(-)