You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 13:50:09 UTC

[GitHub] [beam] damccorm opened a new issue, #19868: GroupIntoBatches transform for Go SDK

damccorm opened a new issue, #19868:
URL: https://github.com/apache/beam/issues/19868

   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](https://github.com/apache/beam/blob/11a977b8b26eff2274d706541127c19dc93131a2/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/GroupIntoBatches.java)
   
    
   
   And Python counterpart:
   
   https://github.com/apache/beam/blob/c445fdfdfab4a191aa780210564199f2873f85d8/sdks/python/apache_beam/transforms/util.py#L684
   
   Imported from Jira [BEAM-8272](https://issues.apache.org/jira/browse/BEAM-8272). Original Jira may contain additional context.
   Reported by: johnpatoch69.


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org