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/31 03:18:02 UTC

[incubator-seatunnel] branch dev updated (ecc99410e -> 09300d4bb)

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 ecc99410e [hotfix][connector][jdbc] Updated batch size description (#3232)
     add 09300d4bb [Bug] [seatunnel-api-flink] Use the constructor instead of setting the pipeline.jars (#2982)

No new revisions were added by this update.

Summary of changes:
 .../apache/seatunnel/flink/FlinkEnvironment.java   |  4 +-
 .../seatunnel/flink/util/EnvironmentUtil.java      | 19 ++++++-
 .../core/starter/config/EnvironmentFactory.java    |  5 +-
 .../seatunnel/core/starter/flink/FlinkStarter.java |  2 +-
 .../execution/AbstractPluginExecuteProcessor.java  | 20 +++----
 .../starter/flink/execution/FlinkExecution.java    | 63 +++++++++++++++++++---
 .../flink/execution/PluginExecuteProcessor.java    |  8 +++
 .../flink/execution/SinkExecuteProcessor.java      | 11 ++--
 .../flink/execution/SourceExecuteProcessor.java    | 11 ++--
 .../flink/execution/TransformExecuteProcessor.java | 11 ++--
 10 files changed, 111 insertions(+), 43 deletions(-)