[ 
https://issues.apache.org/jira/browse/BEAM-11200?focusedWorklogId=539333&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-539333
 ]

ASF GitHub Bot logged work on BEAM-11200:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Jan/21 21:50
            Start Date: 21/Jan/21 21:50
    Worklog Time Spent: 10m 
      Work Description: lostluck commented on a change in pull request #13789:
URL: https://github.com/apache/beam/pull/13789#discussion_r562220229



##########
File path: release/src/main/scripts/cut_release_branch.sh
##########
@@ -51,7 +51,7 @@ else
        done
 fi
 if [[ -z "$RELEASE" || -z "$NEXT_VERSION_IN_BASE_BRANCH" ]]; then
-       echo "This sricpt needs to be ran with params, please run with -h to 
get more instructions."
+       echo "This srcipt needs to be ran with params, please run with -h to 
get more instructions."

Review comment:
       Whoops. Thanks!




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

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 539333)
    Time Spent: 2h 10m  (was: 2h)

> Update Go SDK version with release scripts
> ------------------------------------------
>
>                 Key: BEAM-11200
>                 URL: https://issues.apache.org/jira/browse/BEAM-11200
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow, sdk-go
>            Reporter: Robert Burke
>            Assignee: Robert Burke
>            Priority: P2
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Currently the Go SDK is notionally "unversioned" due to it's experimental 
> state, however, a recent push in Dataflow has blocked all SDKs older than 
> 2.21.0 from running against runner v2.
> The Go SDK has been using runner v2 since May 28th (or around the 2.21 
> tagging, so first really included in 2.22) 
> [https://github.com/apache/beam/pull/11207]
> Jobs not using runner v2 should not be affected.
> The work around for now is to update 
> [https://github.com/apache/beam/blob/master/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go#L128]
>  to a version beyond "2.21.0" (say "2.26.0-dev")
>  
> I'm going to update that at head to stop the problem and update the release 
> scripts to automatically increment that version, just like we do for python.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to