boyuanzz commented on a change in pull request #14801:
URL: https://github.com/apache/beam/pull/14801#discussion_r635576996
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkRunner.java
##########
@@ -74,7 +75,19 @@ protected FlinkRunner(FlinkPipelineOptions options) {
@Override
public PipelineResult run(Pipeline pipeline) {
-
SplittableParDo.convertReadBasedSplittableDoFnsToPrimitiveReadsIfNecessary(pipeline);
+ // Portable flink only support SDF as read.
Review comment:
There is no `deprecated read` under `beam_fn_api` context. Splittable
DoFn is the only source-like operation when with `beam_fn_api`. So if a fnapi
job is using `deprecated read`, there is no runtime error but the pipeline will
just stuck.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]