This is an automated email from the ASF dual-hosted git repository.

Abacn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e353462e0a8 Revert "remove playground annotations from 
BatchElementsExample until next re…" (#38830)
e353462e0a8 is described below

commit e353462e0a8f0abe4e4bd53c64a843788e06eef6
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Fri Jun 5 17:30:00 2026 +0200

    Revert "remove playground annotations from BatchElementsExample until next 
re…" (#38830)
    
    This reverts commit 3f4bcb015708078d55cba3eba30e09bb9fde9c72.
---
 .../java/org/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 0103999d925..79130d7ac13 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.apache.beam.sdk.values.PCollection;
 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();

Reply via email to