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

Ensure that only None types fail predicate #1580

Merged
merged 2 commits into from
May 27, 2021

Conversation

woop
Copy link
Member

@woop woop commented May 24, 2021

Signed-off-by: Willem Pienaar [email protected]

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #1574

Does this PR introduce a user-facing change?:

Fixed bug where entity "0" caused materialization to fail.

@woop woop requested review from jklegar, tsotnet and a team as code owners May 24, 2021 17:31
@feast-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: woop

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

@codecov-commenter
Copy link

codecov-commenter commented May 24, 2021

Codecov Report

Merging #1580 (216b652) into master (6e243b8) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1580   +/-   ##
=======================================
  Coverage   83.55%   83.55%           
=======================================
  Files          65       65           
  Lines        5752     5754    +2     
=======================================
+ Hits         4806     4808    +2     
  Misses        946      946           
Flag Coverage Δ
integrationtests 83.47% <100.00%> (-0.03%) ⬇️
unittests 77.36% <100.00%> (ø)

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

Impacted Files Coverage Δ
sdk/python/feast/type_map.py 41.72% <100.00%> (ø)
sdk/python/feast/infra/gcp.py 82.53% <0.00%> (+0.28%) ⬆️

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 6e243b8...216b652. Read the comment docs.

Signed-off-by: Willem Pienaar <[email protected]>
@woop woop added the kind/bug label May 24, 2021
@woop woop merged commit 62f826b into feast-dev:master May 27, 2021
jklegar pushed a commit that referenced this pull request May 27, 2021
* Ensure that only None types fail predicate

Signed-off-by: Willem Pienaar <[email protected]>

* Fix lint

Signed-off-by: Willem Pienaar <[email protected]>
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.

Zeroed entity value causes materialization to fail
3 participants