Skip to content

Conversation

@achals
Copy link
Member

@achals achals commented Jun 17, 2022

Signed-off-by: Achal Shah achals@gmail.com

What this PR does / why we need it:

Python 3.7 is approaching EoL, and isn't used by a lot of feast users. It's also not a great experience on M1 Macs per @kevjumba. Let's remove it to speed up CI time. We still support 3.7 as the minimum python version, and don't prevent users installing feast on py 3.7, just that we should run tests on newer versions.

Which issue(s) this PR fixes:

Fixes #

Signed-off-by: Achal Shah <achals@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2022

Codecov Report

Merging #2810 (eb15b63) into master (792751e) will increase coverage by 0.15%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2810      +/-   ##
==========================================
+ Coverage   80.39%   80.54%   +0.15%     
==========================================
  Files         173      172       -1     
  Lines       15271    15352      +81     
==========================================
+ Hits        12277    12366      +89     
+ Misses       2994     2986       -8     
Flag Coverage Δ
integrationtests 70.29% <ø> (-0.14%) ⬇️
unittests 59.64% <ø> (-0.04%) ⬇️

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

Impacted Files Coverage Δ
...ion/registration/test_stream_feature_view_apply.py 94.23% <0.00%> (-3.81%) ⬇️
...ython/feast/embedded_go/online_features_service.py 89.14% <0.00%> (-0.78%) ⬇️
sdk/python/feast/inference.py 88.37% <0.00%> (ø)
...tegration/feature_repos/universal/feature_views.py 82.43% <0.00%> (ø)
...t/infra/online_store/test_dynamodb_online_store.py 100.00% <0.00%> (ø)
sdk/python/tests/unit/test_feature_view.py
sdk/python/feast/feature_store.py 86.16% <0.00%> (+0.05%) ⬆️
sdk/python/feast/infra/online_stores/dynamodb.py 89.72% <0.00%> (+0.11%) ⬆️
sdk/python/tests/unit/test_feature_views.py 98.68% <0.00%> (+0.32%) ⬆️
sdk/python/feast/registry.py 83.45% <0.00%> (+0.74%) ⬆️
... and 3 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 792751e...eb15b63. Read the comment docs.

Copy link
Collaborator

@felixwang9817 felixwang9817 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, felixwang9817

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

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [achals,felixwang9817]

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

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.

4 participants