damccorm commented on code in PR #17766:
URL: https://github.com/apache/beam/pull/17766#discussion_r882990496


##########
website/www/site/content/en/documentation/sdks/go-dependencies.md:
##########
@@ -0,0 +1,37 @@
+---
+type: languages
+title: "Go SDK Dependencies"
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+# Beam SDK for Go dependencies
+
+The Beam SDKs depend on common third-party components which then
+import additional dependencies. Version collisions can result in unexpected
+behavior in the service. If you are using any of these packages in your code, 
be
+aware that some libraries are not forward-compatible and you may need to pin to
+the listed versions that will be in scope during execution.

Review Comment:
   Yeah, I took this pretty verbatim from Java/Python and probably shouldn't 
have (I read this as differently versioned packages might not play well 
together - e.g. if you convert our beam.EventTime to and from mtime you might 
get unexpected results with different package versions than we have or 
something, but that's not really what its saying, nor is it particularly 
helpful).



-- 
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]

Reply via email to