You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/02/07 09:45:03 UTC

[incubator-seatunnel] branch dev updated (dbf3772 -> 6777fd8)

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

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


    from dbf3772  [add exit status code] By adding the wrong status code, determine whether the program is executed correctly and successfully (#1195)
     add 6777fd8  [Improve] Add @Nullable annotation to BaseFlinkSink apis (#1139)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/seatunnel/flink/batch/FlinkBatchSink.java    | 3 +++
 .../main/java/org/apache/seatunnel/flink/stream/FlinkStreamSink.java  | 3 +++
 .../src/main/java/org/apache/seatunnel/flink/sink/DorisSink.java      | 3 +++
 .../main/java/org/apache/seatunnel/flink/source/DruidInputFormat.java | 3 +++
 .../src/main/java/org/apache/seatunnel/flink/sink/JdbcSink.java       | 4 ++++
 .../src/main/java/org/apache/seatunnel/flink/sink/KafkaTable.java     | 3 +++
 6 files changed, 19 insertions(+)