[fix][fn] Fix function update error#19895
Merged
Merged
Conversation
Contributor
Author
|
/pulsarbot rerun-failure-checks |
Member
|
Without this fix, when users update a function with the new jar, py or go binary, they will get the following error: |
Contributor
Author
|
/pulsarbot rerun-failure-checks |
2 similar comments
Contributor
Author
|
/pulsarbot rerun-failure-checks |
Contributor
Author
|
/pulsarbot rerun-failure-checks |
Codecov Report
@@ Coverage Diff @@
## master #19895 +/- ##
=============================================
+ Coverage 37.66% 72.88% +35.21%
- Complexity 345 31942 +31597
=============================================
Files 1691 1868 +177
Lines 129004 138548 +9544
Branches 14071 15246 +1175
=============================================
+ Hits 48592 100978 +52386
+ Misses 74114 29521 -44593
- Partials 6298 8049 +1751
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
The pr had no activity for 30 days, mark with Stale label. |
aff1693 to
efe0969
Compare
Contributor
Author
|
/pulsarbot rerun-failure-checks |
nlu90
approved these changes
May 15, 2023
Contributor
|
@nlu90 Do we need to cherry-pick to other branches for this patch ? |
freeznet
approved these changes
May 31, 2023
Technoboy-
pushed a commit
that referenced
this pull request
May 31, 2023
Technoboy-
pushed a commit
that referenced
this pull request
May 31, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #19721
Master Issue: #xyz
PIP: #xyz
Motivation
functions are failed to update when
--py|--go|--jaris specifiedModifications
add 1 to functions' version when uploading package while updating functions
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: jiangpengcheng#8