You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ga...@apache.org on 2023/05/04 08:01:56 UTC

[incubator-seatunnel] branch dev updated (89b0099ff -> e601cd4c3)

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

gaojun2048 pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


    from 89b0099ff [Bugfix][Jdbc-Mysql Mysql-CDC] Fix MySQL BIT type incorrectly converted to Boolean type (#4671)
     add e601cd4c3 [Improve] [Connector-V2] Improve StarRocks Auto Create Table To Support Use Primary Key Template In Field (#4487)

No new revisions were added by this update.

Summary of changes:
 .../starrocks/sink/StarRocksSaveModeUtil.java      | 29 +++++----
 .../starrocks/util/CreateTableParser.java          | 22 +++++--
 .../starrocks/StarRocksCreateTableTest.java        | 73 ++++++++++++++++++++++
 3 files changed, 105 insertions(+), 19 deletions(-)
 create mode 100644 seatunnel-connectors-v2/connector-starrocks/src/test/java/org/apache/seatunnel/connectors/seatunnel/starrocks/StarRocksCreateTableTest.java