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. DetailsInstructions 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 |
|
[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 DetailsNeeds 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
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 <jeffxl@apple.com>
Signed-off-by: Jeff <jeffxl@apple.com>
Signed-off-by: Jeff <jeffxl@apple.com>
Signed-off-by: Jeff <jeffxl@apple.com>
Signed-off-by: Jeff <jeffxl@apple.com>
Signed-off-by: Jeff <jeffxl@apple.com>
2898b02 to
464e717
Compare
Signed-off-by: Jeff <jeffxl@apple.com>
85ba172 to
c655d1b
Compare
|
/lgtm |
ODFV UDFs handling list types (e.g., embeddings/vectors) should be registered without error.
Signed-off-by: Jeff jeffxl@apple.com
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?: