Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GCS version #1732

Merged

Conversation

potatochip
Copy link
Contributor

@potatochip potatochip commented Jul 23, 2021

What this PR does / why we need it:
In feast.registry.Registy.get_registry_proto the gcs method
download_blob_to_file is called with the timeout param which does not
exist until version 1.34.

Which issue(s) this PR fixes:
n/a

Does this PR introduce a user-facing change?:
No.

NONE

@feast-ci-bot
Copy link
Collaborator

Hi @potatochip. Thanks for your PR.

I'm waiting for a feast-dev member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@woop
Copy link
Member

woop commented Jul 23, 2021

Thanks @potatochip!

@codecov-commenter
Copy link

codecov-commenter commented Jul 23, 2021

Codecov Report

Merging #1732 (2e48a68) into master (bf557bc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1732   +/-   ##
=======================================
  Coverage   79.06%   79.06%           
=======================================
  Files          80       80           
  Lines        6849     6849           
=======================================
  Hits         5415     5415           
  Misses       1434     1434           
Flag Coverage Δ
integrationtests 78.98% <ø> (ø)
unittests 61.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf557bc...2e48a68. Read the comment docs.

@achals
Copy link
Member

achals commented Jul 23, 2021

Thanks @potatochip! DCO is the only thing that needs to be fixed (https://github.com/feast-dev/feast/pull/1732/checks?check_run_id=3146041885) otherwise this is good to merge.

In feast.registry.Registy.get_registry_proto the gcs method
`download_blob_to_file` is called with the timeout param which does not
exist until version 1.34.

Signed-off-by: Aaron Mangum <aaron.mangum@iherb.com>
@potatochip potatochip force-pushed the bugfix/gsc-version-timeout-arg branch from 3b0aa4d to 2e48a68 Compare July 23, 2021 21:54
@potatochip
Copy link
Contributor Author

Updated DCO

Copy link
Member

@achals achals left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: achals, potatochip

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@achals
Copy link
Member

achals commented Jul 27, 2021

/retest

@feast-ci-bot feast-ci-bot merged commit ee8cc26 into feast-dev:master Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants