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

[jira] [Commented] (BEAM-6696) GroupIntoBatches transform for Python SDK

    [ https://issues.apache.org/jira/browse/BEAM-6696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174764#comment-17174764 ] 

Beam JIRA Bot commented on BEAM-6696:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> GroupIntoBatches transform for Python SDK
> -----------------------------------------
>
>                 Key: BEAM-6696
>                 URL: https://issues.apache.org/jira/browse/BEAM-6696
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py-core
>            Reporter: Ahmet Altay
>            Priority: P2
>              Labels: stale-P2
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Add a PTransform that batches inputs to a desired batch size. Batches will contain only elements of a single key.
> It should offer the same API as its Java counterpart: https://github.com/apache/beam/blob/11a977b8b26eff2274d706541127c19dc93131a2/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/GroupIntoBatches.java
> Unlike BatchElements transform (https://github.com/apache/beam/blob/11a977b8b26eff2274d706541127c19dc93131a2/sdks/python/apache_beam/transforms/util.py#L461) GroupIntoBatches will use state to batch across bundles as well.



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