boyuanzz commented on a change in pull request #14801:
URL: https://github.com/apache/beam/pull/14801#discussion_r635578749



##########
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:
       But good part is that I don't think we have many fnapi usages on OSS 
runners.




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


Reply via email to