-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add cosine_distance for sparse vectors #24027
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
Conversation
core/trino-main/src/test/java/io/trino/operator/scalar/TestMathFunctions.java
Outdated
Show resolved
Hide resolved
4b126bf to
cb8d293
Compare
core/trino-main/src/test/java/io/trino/operator/scalar/TestMathFunctions.java
Outdated
Show resolved
Hide resolved
|
This pull request has gone a while without any activity. Tagging for triage help: @mosabua |
|
I need to look at the test that failed and chat some more with @martint afterwards. I will keep it open and update after Trino Summit. |
|
This pull request has gone a while without any activity. Tagging for triage help: @mosabua |
74e4109 to
c0211d2
Compare
4db1191 to
1def2e3
Compare
|
This pull request has gone a while without any activity. Tagging for triage help: @mosabua |
core/trino-main/src/main/java/io/trino/operator/scalar/MathFunctions.java
Outdated
Show resolved
Hide resolved
|
This pull request has gone a while without any activity. Ask for help on #core-dev on Trino slack. |
ee48983 to
4bcfab1
Compare
core/trino-main/src/main/java/io/trino/operator/scalar/MathFunctions.java
Outdated
Show resolved
Hide resolved
e4c42b0 to
f7a783e
Compare
|
Test failure is unrelated. Relevant tests pass. |
|
Thank you @dain |
Description
All good to go.
Additional context and related issues
follow up to #24005
Release notes