smeet07 commented on code in PR #23224:
URL: https://github.com/apache/beam/pull/23224#discussion_r1006285388
##########
website/www/site/content/en/documentation/programming-guide.md:
##########
@@ -4037,6 +4156,29 @@ The output schema of this is:
</tbody>
</table>
<br/>
+{{< /paragraph >}}
+
+{{< paragraph class="language-py" >}}
+<table>
+ <thead>
+ <tr class="header">
+ <th><b>Field Name</b></th>
+ <th><b>Field Type</b></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>key</td>
+ <td>ROW{userId:STRING, bank:STRING}</td>
+ </tr>
+ <tr>
+ <td>values</td>
+ <td>ITERABLE[ROW[Purchase]]</td>
+ </tr>
+ </tbody>
+</table>
+<br/>
+{{< /paragraph >}}
Review Comment:
okay i'll update the java example to use bank and make appropriate changes
for another table below
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]