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 2022/10/08 10:24:18 UTC

[incubator-seatunnel] branch dev updated (c18c8b18e -> 967fec0e9)

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 c18c8b18e [Doc] Fix the `TiDB` typo. (#3013)
     add 967fec0e9 [Feature][Connector-v2] improve assert sink connector (#2844)

No new revisions were added by this update.

Summary of changes:
 docs/en/connector-v2/sink/Assert.md                | 113 +++++++++++--------
 .../assertion/excecutor/AssertExecutor.java        |  29 ++---
 .../seatunnel/assertion/rule/AssertFieldRule.java  |  20 +++-
 .../seatunnel/assertion/rule/AssertRuleParser.java |  17 ++-
 .../seatunnel/assertion/sink/AssertSink.java       |  20 +++-
 .../seatunnel/assertion/sink/AssertSinkWriter.java |  38 +++++--
 .../flink/assertion/AssertExecutorTest.java        |  40 +++----
 .../resources/assertion/fakesource_to_assert.conf  | 121 ++++++++++++---------
 .../resources/assertion/fakesource_to_assert.conf  | 109 +++++++++++--------
 .../e2e/flink/v2/iceberg/IcebergSourceIT.java      |   2 +-
 .../src/test/resources/iceberg/iceberg_source.conf | 103 +++++++++---------
 .../file/local_orc_source_to_console.conf          |  36 +++---
 .../main/resources/examples/fake_to_console.conf   |   2 +-
 13 files changed, 380 insertions(+), 270 deletions(-)