You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/10/03 15:48:00 UTC

[jira] [Assigned] (BEAM-3000) No python equivalent of org.apache.beam.sdk.transforms.Sample.any(100)?

     [ https://issues.apache.org/jira/browse/BEAM-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ahmet Altay reassigned BEAM-3000:
---------------------------------

    Assignee:     (was: Ahmet Altay)

> No python equivalent of org.apache.beam.sdk.transforms.Sample.any(100)?
> -----------------------------------------------------------------------
>
>                 Key: BEAM-3000
>                 URL: https://issues.apache.org/jira/browse/BEAM-3000
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Rodrigo Benenson
>            Priority: Critical
>
> Java's org.apache.beam.sdk.transforms.Sample.any will return a PCollection with bounded size (filtering strategy).
> The closest python eqiuvalent is beam.Sample.FixedSizeGlobally(n) whover, this version uses a combiner strategy, returning a list with n elements; which does not scale if n is "bigger than what fits in memory".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)