You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/08/02 16:50:51 UTC

[GitHub] [beam] kw2542 commented on a change in pull request #14945: [BEAM-12453]: Add interface to access I/O topic information for a Samza Beam job and PipelineJsonRenderer to create the JSON Beam DAG

kw2542 commented on a change in pull request #14945:
URL: https://github.com/apache/beam/pull/14945#discussion_r681125578



##########
File path: runners/samza/src/test/resources/ExpectedDag.json
##########
@@ -0,0 +1,103 @@
+{
+  "RootNode": [
+    { "fullName":"OuterMostNode",
+      "shortName":"OuterMostNode",
+      "id":"OuterMostNode",
+      "ChildNode":[
+        { "fullName":"Create.TimestampedValues",
+          "shortName":"Create.TimestampedValues",
+          "id":"Create.TimestampedValues",
+          "enclosingNode":"OuterMostNode",
+          "ChildNode":[
+            { "fullName":"Create.TimestampedValues/Create.Values",
+              "shortName":"Create.Values",
+              "id":"Create.TimestampedValues/Create.Values",
+              "enclosingNode":"Create.TimestampedValues",

Review comment:
       Sounds good




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org