Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task]: Document combinefn compact on programming guide #28129

Closed
2 of 15 tasks
damccorm opened this issue Aug 23, 2023 · 2 comments · Fixed by #29466
Closed
2 of 15 tasks

[Task]: Document combinefn compact on programming guide #28129

damccorm opened this issue Aug 23, 2023 · 2 comments · Fixed by #29466
Assignees
Labels
done & done Issue has been reviewed after it was closed for verification, followups, etc. good first issue P3 python task website

Comments

@damccorm
Copy link
Contributor

What needs to happen?

Right now, https://beam.apache.org/documentation/programming-guide/#combine shows all the combinefn lifecycle methods except for compact. We should include that for completeness

(implementation in Python here -

def compact(self, accumulator, *args, **kwargs):
)

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@mohamedawnallah
Copy link
Contributor

.take-issue

@damccorm
Copy link
Contributor Author

@mohamedawnallah looks like this issue has sat for a bit so I'm going to take it forward

@damccorm damccorm assigned damccorm and unassigned mohamedawnallah Nov 17, 2023
@github-actions github-actions bot added this to the 2.53.0 Release milestone Nov 17, 2023
@damccorm damccorm added the done & done Issue has been reviewed after it was closed for verification, followups, etc. label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done & done Issue has been reviewed after it was closed for verification, followups, etc. good first issue P3 python task website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants