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 2022/06/04 23:34:47 UTC

[GitHub] [beam] damccorm opened a new issue, #21466: Simplify version override for Dev versions of the Go SDK.

damccorm opened a new issue, #21466:
URL: https://github.com/apache/beam/issues/21466

   Right now, the Go SDK has a version constant that's ticked up every release cut at core.SDKVersion https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/core/core.go#L30 
   
   But it's presently a dev version for SDK developers, which means any containers or Jars that are requested, may not exist or be built. This is inconvenient for SDK developers.
   
   The problem also extends to SDK release verification, as until the release is done, similarly no such versions exist in a published format. However, release validation should likely be validating against manually started Expansion services anyway, to ensure the version being tested is what's expected.
   
   There should be a simple way to override the version string, in particular for Xlang transforms to simplify wrapper development.
   
   Ultimately, it should probably be a function in the core package called by version aware code, and a variable that can be set  by flag somewhere.
   
   Imported from Jira [BEAM-13805](https://issues.apache.org/jira/browse/BEAM-13805). Original Jira may contain additional context.
   Reported by: lostluck.


-- 
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.apache.org

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