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/06/17 10:37:11 UTC

[GitHub] [incubator-seatunnel] wuchunfu commented on issue #2026: [bug][api-draft] Disabling sql transform plugin in batch mode causes task execution to fail

wuchunfu commented on issue #2026:
URL: https://github.com/apache/incubator-seatunnel/issues/2026#issuecomment-1158741462

   > This is a bug. `org.apache.seatunnel.core.starter.flink.execution.SourceExecuteProcessor` don't determine whether the source is bounded when adding the source. It uses `org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#addSource(org.apache.flink.streaming.api.functions.source.SourceFunction<OUT>)` instead of `org.apache.flink.streaming.api.datastream.DataStreamSource#DataStreamSource(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment, org.apache.flink.api.common.typeinfo.TypeInformation<T>, org.apache.flink.streaming.api.operators.StreamSource<T,?>, boolean, java.lang.String, org.apache.flink.api.connector.source.Boundedness)`.
   
   @ashulin I also encountered this problem, do you have a good solution?
   


-- 
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