Add 3 examples in playground SQL transform, schema transform and Composite Combine#34322
Add 3 examples in playground SQL transform, schema transform and Composite Combine#34322Abacn merged 13 commits intoapache:masterfrom
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.
Abacn
left a comment
There was a problem hiding this comment.
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 |
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.