You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/03/16 19:46:44 UTC

[GitHub] [beam] lukecwik edited a comment on issue #10386: [BEAM-8972] Add Jenkins job with Combine test for portable Java

lukecwik edited a comment on issue #10386: [BEAM-8972] Add Jenkins job with Combine test for portable Java
URL: https://github.com/apache/beam/pull/10386#issuecomment-599727478
 
 
   > Your root transform executes in an environment. This is not allowed in portability. We introduced READ support to implement cross-language support with existing sources, but it's only supported for streaming. For batch, you need to use the `BoundedReadViaImpulse` wrapper.
   
   I removed `BoundedReadViaImpulse` in #10576. All Java read transforms are now expanded and executed as Splittable DoFns as long as the `beam_fn_api` experiment is used.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services