Skip to content

chore: Make loading online and offline classes lazy#2646

Merged
feast-ci-bot merged 4 commits into
feast-dev:masterfrom
achals:achal/lazy-store-loading
May 6, 2022
Merged

chore: Make loading online and offline classes lazy#2646
feast-ci-bot merged 4 commits into
feast-dev:masterfrom
achals:achal/lazy-store-loading

Conversation

@achals

@achals achals commented May 6, 2022

Copy link
Copy Markdown
Member

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

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #2566

Signed-off-by: Achal Shah <achals@gmail.com>
@achals achals force-pushed the achal/lazy-store-loading branch from 28e7223 to c243357 Compare May 6, 2022 00:21
Signed-off-by: Achal Shah <achals@gmail.com>
@codecov-commenter

codecov-commenter commented May 6, 2022

Copy link
Copy Markdown

Codecov Report

Merging #2646 (dc79121) into master (41a1da4) will decrease coverage by 0.00%.
The diff coverage is 85.96%.

@@            Coverage Diff             @@
##           master    #2646      +/-   ##
==========================================
- Coverage   80.61%   80.61%   -0.01%     
==========================================
  Files         163      163              
  Lines       13690    13734      +44     
==========================================
+ Hits        11036    11071      +35     
- Misses       2654     2663       +9     
Flag Coverage Δ
integrationtests 71.24% <81.13%> (+<0.01%) ⬆️
unittests 58.64% <84.21%> (+0.07%) ⬆️

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

Impacted Files Coverage Δ
...t/infra/online_store/test_dynamodb_online_store.py 100.00% <ø> (ø)
...tion/feature_repos/integration_test_repo_config.py 85.71% <33.33%> (-6.60%) ⬇️
sdk/python/feast/repo_config.py 88.78% <85.71%> (-0.74%) ⬇️
sdk/python/feast/infra/passthrough_provider.py 100.00% <100.00%> (ø)
.../python/tests/integration/registration/test_cli.py 96.81% <0.00%> (-1.92%) ⬇️
.../integration/online_store/test_universal_online.py 95.18% <0.00%> (+0.34%) ⬆️

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 41a1da4...dc79121. Read the comment docs.

achals added 2 commits May 5, 2022 22:26
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
@feast-ci-bot feast-ci-bot added size/L and removed size/M labels May 6, 2022
@feast-ci-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

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

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:

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

@pyalex

pyalex commented May 6, 2022

Copy link
Copy Markdown
Collaborator

/lgtm

@feast-ci-bot feast-ci-bot merged commit 5b4b07f into feast-dev:master May 6, 2022
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.

Implement lazy loading for offline and online stores

4 participants