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

damccorm 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 3f4bcb01570 remove playground annotations from BatchElementsExample 
until next release (#38733)
3f4bcb01570 is described below

commit 3f4bcb015708078d55cba3eba30e09bb9fde9c72
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Thu May 28 20:46:07 2026 +0200

    remove playground annotations from BatchElementsExample until next release 
(#38733)
---
 .../java/org/apache/beam/examples/BatchElementsExample.java | 13 -------------
 1 file changed, 13 deletions(-)

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 79130d7ac13..0103999d925 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,19 +29,6 @@ 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