Uh oh!
There was an error while loading. Please reload this page.
Add 3 examples in playground SQL transform, schema transform and Composite Combine - #34322
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). |
razvanculea
commented
Mar 20, 2025
@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 |
razvanculea
commented
Mar 31, 2025
assign to next reviewer |
Uh oh!
There was an error while loading. Please reload this page.
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.
Use "Beam SQL" per https://github.com/apache/beam/blob/master/playground/categories.yaml#L33
Abacn
left a comment
There was a problem hiding this comment.
Thanks, just had a minor comment
Abacn
commented
Apr 8, 2025
Please add the new subproject to https://github.com/apache/beam/blob/master/build.gradle.kts#L254 to include the build in precommit test |
Abacn
commented
Apr 8, 2025
The error message is: need to clean up build.gradle |
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.