-
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
enhance: [2.4]Add schema update time verification for insert and upsert to use cache #39405
base: 2.4
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JsDove 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 |
@JsDove E2e jenkins job failed, comment |
… the cache Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> fix unitest Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> improve Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> improve Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> fix code Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> fix test Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> fix go test Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> add go unitest Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> fix unitest error Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> fix ut Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> improve Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> createcollection use creats Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> save to etcd Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> fix Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com> fix Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
0f6ed64
to
0d55a55
Compare
rerun ut |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.4 #39405 +/- ##
==========================================
- Coverage 80.41% 80.41% -0.01%
==========================================
Files 1080 1080
Lines 169974 170033 +59
==========================================
+ Hits 136687 136733 +46
- Misses 28784 28791 +7
- Partials 4503 4509 +6
|
enhance: Add schema update time verification for insert and upsert to use cache
issue: #39093
Related to pr: #39096