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

pabloem 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 00754d843f1 modifed WithKeys Playground Example
     new 5cf03750b4a Merge pull request #22326 from 
akvelon/pg-trigger-example-deploy
00754d843f1 is described below

commit 00754d843f16fa3f452163bc04af7e44160810f7
Author: Vlad <[email protected]>
AuthorDate: Tue Jul 19 01:15:52 2022 +0300

    modifed WithKeys Playground Example
---
 .../org/apache/beam/learning/katas/commontransforms/withkeys/Task.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/learning/katas/java/Common 
Transforms/WithKeys/WithKeys/src/org/apache/beam/learning/katas/commontransforms/withkeys/Task.java
 b/learning/katas/java/Common 
Transforms/WithKeys/WithKeys/src/org/apache/beam/learning/katas/commontransforms/withkeys/Task.java
index fceaac0ae43..d1f12502794 100644
--- a/learning/katas/java/Common 
Transforms/WithKeys/WithKeys/src/org/apache/beam/learning/katas/commontransforms/withkeys/Task.java
    
+++ b/learning/katas/java/Common 
Transforms/WithKeys/WithKeys/src/org/apache/beam/learning/katas/commontransforms/withkeys/Task.java
    
@@ -44,8 +44,7 @@ public class Task {
     Pipeline pipeline = Pipeline.create(options);
 
     PCollection<String> words =
-        pipeline.apply(
-            Create.of("apple", "banana", "cherry", "durian", "guava", 
"melon"));
+        pipeline.apply(Create.of("apple", "banana", "cherry", "durian", 
"guava", "melon"));
 
     PCollection<KV<String, String>> output = applyTransform(words);
 

Reply via email to