You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by fa...@apache.org on 2023/05/15 10:32:43 UTC

[incubator-seatunnel] branch dev updated (8f66ce96c -> a5af4d9b6)

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

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


    from 8f66ce96c [Improve][Core] Add check of sink and source config to avoid null pointer exception. (#4734)
     add a5af4d9b6 [Feature][PostgreSQL-jdbc] Supports GEOMETRY data type for PostgreSQL… (#4673)

No new revisions were added by this update.

Summary of changes:
 seatunnel-connectors-v2/connector-jdbc/pom.xml     |  11 +
 .../dialect/psql/PostgresJdbcRowConverter.java     |  97 +++++
 .../internal/dialect/psql/PostgresTypeMapper.java  |   4 +
 seatunnel-dist/pom.xml                             |   7 +
 .../connectors/seatunnel/jdbc/JdbcPostgresIT.java  | 427 ++++++++++++++++-----
 .../resources/jdbc_postgres_source_and_sink.conf   |  29 +-
 .../jdbc_postgres_source_and_sink_parallel.conf    |  22 +-
 ...tgres_source_and_sink_parallel_upper_lower.conf |  25 +-
 .../jdbc_postgres_source_and_sink_xa.conf          |  18 +-
 9 files changed, 502 insertions(+), 138 deletions(-)