-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[DNM] *: Support Vector Data Type and Functions #54901
Conversation
35d053a
to
1acb8f7
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #54901 +/- ##
=================================================
- Coverage 72.8511% 55.6942% -17.1570%
=================================================
Files 1558 1680 +122
Lines 438406 610512 +172106
=================================================
+ Hits 319384 340020 +20636
- Misses 99322 247074 +147752
- Partials 19700 23418 +3718
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@breezewish: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
@breezewish: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Close for #55550 |
What problem does this PR solve?
Issue Number: ref #54245
Problem Summary:
What changed and how does it work?
This is the feature branch PR for adding vector data type into TiDB, consists of several independently-reviewed commits.
Vector index is not introduced in this PR.
Because downstream tools do not support vector data type yet, the Vector data type must be explicitly enabled via a GLOBAL variable. This allows other tools to work with this data type and provide compatibilities.
Related:
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.