You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/20 06:44:59 UTC

[GitHub] [incubator-seatunnel] chaozwn commented on pull request #1089: [Feature] [flink] Upgrade flink to 1.13.5

chaozwn commented on pull request #1089:
URL: https://github.com/apache/incubator-seatunnel/pull/1089#issuecomment-1017167336


   wo should delete BatchTableEnvironment and delete old planner default use blink planner. In batch mode,
   StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
   env.setRuntimeMode(RuntimeExecutionMode.BATCH);
   this is blink planner batch mode.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org