-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fixing array literal usage for vector #12365
Fixing array literal usage for vector #12365
Conversation
727deec
to
011436d
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #12365 +/- ##
============================================
- Coverage 61.72% 61.54% -0.19%
Complexity 207 207
============================================
Files 2426 2426
Lines 132682 132706 +24
Branches 20506 20519 +13
============================================
- Hits 81901 81671 -230
- Misses 44765 45030 +265
+ Partials 6016 6005 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
011436d
to
d3130cd
Compare
d3130cd
to
3238dab
Compare
1d8b8fa
to
380ab2c
Compare
380ab2c
to
e8e5436
Compare
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.
This PR might have conflict with #12302
This fixed the regression introduced by #12118 .
arrayvalueconstructor
with a list of float/double literals as well as a native literal of float/double array.vectorSimilarity
predicate.