lostluck commented on a change in pull request #15632:
URL: https://github.com/apache/beam/pull/15632#discussion_r720376795
##########
File path: website/www/site/content/en/documentation/programming-guide.md
##########
@@ -2666,6 +2666,11 @@ infer the correct schema based on the members of the
class.
In Python you can use the following set of classes to represent the purchase
schema. Beam will automatically infer the correct schema based on the members
of the class.
{{< /paragraph >}}
+{{< paragraph class="language-go" >}}
+In Go, schema encoding used by default for struct types, with Exported fields
becoming part of the schema.
Review comment:
Nice catch! the missing word was "is". ...encoding is used by....
--
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]