-
Notifications
You must be signed in to change notification settings - Fork 998
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
ODFV UDFs should handle list types #2002
Conversation
Hi @Agent007. 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 Once the patch is verified, the new status will be reflected by the 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. |
Codecov Report
@@ Coverage Diff @@
## master #2002 +/- ##
==========================================
- Coverage 83.23% 83.20% -0.03%
==========================================
Files 103 103
Lines 8421 8467 +46
==========================================
+ Hits 7009 7045 +36
- Misses 1412 1422 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
7ea456b
to
e626634
Compare
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, Agent007 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 |
e626634
to
b2dde0e
Compare
d036364
to
b2dde0e
Compare
@adchia In addition to the aforementioned RedShift-related errors, I now see errors related to |
229515a
to
3c4106c
Compare
Might it be simpler to change the tests used for verifying this PR to avoid this and open a separate PR to add a test for SUPER columns? Just conscious that this ODFV list feature applies to ALL offline + online stores so not sure it makes sense to block on Redshift. Might get both merged faster too. |
yep agreed with @judahrand . The main thing preventing the merge is now #2007 going in. We also had a fix for the tracing span bug that already win. |
3c4106c
to
90f2b77
Compare
@judahrand Apologies for the delay. I'm juggling other tasks at work currently. Please feel free to add onto this PR branch if this is urgent for you. |
90f2b77
to
dcff7b2
Compare
620b835
to
e73cc55
Compare
sdk/python/tests/integration/registration/test_universal_types.py
Outdated
Show resolved
Hide resolved
sdk/python/tests/integration/registration/test_universal_odfv_feature_inference.py
Outdated
Show resolved
Hide resolved
e73cc55
to
960ed61
Compare
960ed61
to
2898b02
Compare
ODFV UDFs handling list types (e.g., embeddings/vectors) should be registered without error. Signed-off-by: Jeff <[email protected]>
Signed-off-by: Jeff <[email protected]>
Signed-off-by: Jeff <[email protected]>
Signed-off-by: Jeff <[email protected]>
Signed-off-by: Jeff <[email protected]>
Signed-off-by: Jeff <[email protected]>
2898b02
to
464e717
Compare
Signed-off-by: Jeff <[email protected]>
85ba172
to
c655d1b
Compare
/lgtm |
ODFV UDFs handling list types (e.g., embeddings/vectors) should be registered without error.
Signed-off-by: Jeff [email protected]
What this PR does / why we need it:
Fixes a bug in which ODFV UDFs handling list types (e.g., embeddings/vectors) weren't able to be registered.
Which issue(s) this PR fixes:
Fixes #1995
Does this PR introduce a user-facing change?: