Revert "Update transform catalogue docs"#38728
Conversation
This reverts commit 0c9b272.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request reverts the recent addition of the BatchElements transform documentation and example code. The change is necessary to unblock the Playground CI, as the underlying transform functionality is currently only available in an upcoming release. Additionally, minor code cleanup was performed within the BatchElements implementation to improve maintainability. Highlights
New Features🧠 You can now enable Memory (public preview) to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request simplifies the BatchElements transform in the Java SDK by replacing receiver.outputWindowedValue with receiver.outputWithTimestamp and removing unused imports. It also removes the BatchElements example, documentation, and website menu references. There are no review comments, so I have no feedback to provide.
damccorm
left a comment
There was a problem hiding this comment.
Instead of reverting the whole PR, can we just remove the example which is causing the failures (or maybe even just the playground portion)? Then we can unrevert it after the next release
|
Minimun change need to bring playground ci test green would be remove the playground annotations for now |
Reverts #38457 to unblock Playground CI
The added BatchElementsExample uses org.apache.beam.sdk.transforms.BatchElements which is only available on upcoming release so we will add it back after the release.