Skip to content
New issue

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

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

Already on GitHub? # to your account

Add 3 examples in playground SQL transform, schema transform and Composite Combine #34322

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

razvanculea
Copy link
Contributor

3 simple examples of applying multiple combiners on the input PCollection (Min,Max,Sum).

3 different ways of achieving this in Beam

  • SQL transform, using the powerful SQL syntax
  • Schema transformations, leveraging schemas and Group.byFilelds
  • Composed Combiners, same results without the need to use Rows or Schema transforms and with full control over the combiner logic

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

…osed Combine. All applying the same combiners (Min,Max,Sum) on the input.
Copy link
Contributor

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

Copy link
Contributor

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @damondouglas for label java.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@razvanculea
Copy link
Contributor Author

@damondouglas this blog post will explain how to apply multiple combiners to an input PColl in different ways with Beam and link to these 3 examples

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant