-
Notifications
You must be signed in to change notification settings - Fork 6k
*: Import Into support full-text index using TiCI #61760
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
*: Import Into support full-text index using TiCI #61760
Conversation
Hi @OliverS929. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with 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-sigs/prow repository. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feature/fts #61760 +/- ##
===================================================
+ Coverage 74.6035% 75.7098% +1.1062%
===================================================
Files 1816 1824 +8
Lines 498330 511430 +13100
===================================================
+ Hits 371772 387203 +15431
+ Misses 103400 101154 -2246
+ Partials 23158 23073 -85
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
/retest |
@OliverS929: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
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. |
proto.Marshal to serialize tableInfo and indexInfo in meta.
/retest |
@OliverS929: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
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. |
/ok-to-test |
@@ -16,9 +16,7 @@ syntax = "proto3"; | |||
|
|||
package tici; | |||
|
|||
option go_package = "."; |
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.
/cc @CalvinNeo @River2000i Please help review the changes in tici.proto , including moving indexer.proto into tici.proto and adding table_id into DropIndexRequests.
Change ColumnInfo.flag type to uint32. Change type of parameters in DropIndexRequests. Add PK info in file header only if there is valid PK.
66229de
to
766cb24
Compare
Force-pushed after an attempted rebase to resolve upstream conflicts. Only the last commit changed. My apologies for the inconvenience caused for the reviewers. |
766cb24
to
c3449f0
Compare
/unhold |
[LGTM Timeline notifier]Timeline:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Benjamin2037, D3Hunter, JaySon-Huang, Lloyd-Pottiger 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 |
/retest |
1 similar comment
/retest |
/retest |
/merge |
@OliverS929: We have migrated to builtin 👉 Please use
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 ti-community-infra/tichi repository. |
/retest |
2 similar comments
/retest |
/retest |
/retest |
What problem does this PR solve?
Issue Number: ref ##61759
Problem Summary:
Support TiCI doing batching indexing through distributed execution of Import Into. Unit tests will be added later.
What changed and how does it work?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.