From ffe9afc15502f198c32890db9215ea9578a488b4 Mon Sep 17 00:00:00 2001 From: Abdelrahman Ibrahim Date: Fri, 5 Jun 2026 14:13:19 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20"remove=20playground=20annotations=20f?= =?UTF-8?q?rom=20BatchElementsExample=20until=20next=20re=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3f4bcb015708078d55cba3eba30e09bb9fde9c72. --- .../apache/beam/examples/BatchElementsExample.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/examples/java/src/main/java/org/apache/beam/examples/BatchElementsExample.java b/examples/java/src/main/java/org/apache/beam/examples/BatchElementsExample.java index 0103999d9256..79130d7ac138 100644 --- a/examples/java/src/main/java/org/apache/beam/examples/BatchElementsExample.java +++ b/examples/java/src/main/java/org/apache/beam/examples/BatchElementsExample.java @@ -29,6 +29,19 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; +// beam-playground: +// name: BatchElements +// description: Demonstration of BatchElements transform usage. +// multifile: false +// default_example: false +// context_line: 47 +// categories: +// - Core Transforms +// complexity: BASIC +// tags: +// - transforms +// - batch + public class BatchElementsExample { public static void main(String[] args) { PipelineOptions options = PipelineOptionsFactory.create();