-
Notifications
You must be signed in to change notification settings - Fork 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
feat: introduce Text data type #39874
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: PwzXxm 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 |
@PwzXxm go-sdk check failed, comment |
@PwzXxm E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (75.40%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #39874 +/- ##
===========================================
+ Coverage 69.39% 80.07% +10.68%
===========================================
Files 302 1488 +1186
Lines 27077 205892 +178815
===========================================
+ Hits 18790 164878 +146088
- Misses 8287 35067 +26780
- Partials 0 5947 +5947
|
2cf814c
to
19984b7
Compare
@PwzXxm go-sdk check failed, comment |
Signed-off-by: Patrick Weizhi Xu <[email protected]>
@PwzXxm go-sdk check failed, comment |
@PwzXxm E2e jenkins job failed, comment |
issue: #39818
This PR mimics Varchar data type, allows insert, search, query, delete, full-text search and others.
Functionalities related to filter expressions are disabled temporarily.
Storage changes for Text data type will be in the following PRs.