You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Luke Cwik (Jira)" <ji...@apache.org> on 2020/05/08 21:51:00 UTC

[jira] [Created] (BEAM-9935) Resolve differences in allowed_split_point implementations

Luke Cwik created BEAM-9935:
-------------------------------

             Summary: Resolve differences in allowed_split_point implementations
                 Key: BEAM-9935
                 URL: https://issues.apache.org/jira/browse/BEAM-9935
             Project: Beam
          Issue Type: Bug
          Components: sdk-go, sdk-java-harness, sdk-py-harness
            Reporter: Luke Cwik
            Assignee: Luke Cwik


[Java SDK harness|https://github.com/apache/beam/blob/d82d061aa303430f3d2853f397f3130fae6200cd/sdks/java/harness/src/main/java/org/apache/beam/fn/harness/BeamFnDataReadRunner.java#L223] doesn't support it yet which is also safe.

[Go SDK harness|https://github.com/apache/beam/blob/d82d061aa303430f3d2853f397f3130fae6200cd/sdks/go/pkg/beam/core/runtime/exec/datasource.go#L273] only supports splits if points are specified and it doesn't use the fraction at all.

[Python SDK harness|https://github.com/apache/beam/blob/d82d061aa303430f3d2853f397f3130fae6200cd/sdks/python/apache_beam/runners/worker/bundle_processor.py#L947] ignores the split points meaning that it may return an invalid split location based upon the runners limitations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)