-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Add 3 examples in playground SQL transform, schema transform and Composite Combine #34322
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
Conversation
…osed Combine. All applying the same combiners (Min,Max,Sum) on the input.
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
…e because in real life examples this is almost always needed.
Assigning reviewers. If you would like to opt out of this review, comment R: @damondouglas for label java. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
@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 |
Reminder, please take a look at this pr: @damondouglas |
assign to next reviewer |
Assigning new set of reviewers because Pr has gone too long without review. If you would like to opt out of this review, comment R: @kennknowles for label java. Available commands:
|
// default_example: false | ||
// context_line: 60 | ||
// categories: | ||
// - SQL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use "Beam SQL" per https://github.com/apache/beam/blob/master/playground/categories.yaml#L33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just had a minor comment
Please add the new subproject to https://github.com/apache/beam/blob/master/build.gradle.kts#L254 to include the build in precommit test |
The error message is:
need to clean up build.gradle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
3 simple examples of applying multiple combiners on the input PCollection (Min,Max,Sum).
3 different ways of achieving this in Beam
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.